color codes Logo

#ccf98c color codes

#CCF98C
(204,249,140)
0 Favorites   0 Comments

Color spaces of #ccf98c

RGB 204249140
HSL0.240.900.76
HSV85°44°98°
CMYK 0.180.000.44   0.02
XYZ63.511182.482237.3842
Yxy82.48220.34630.4498
Hunter Lab90.8197-34.107739.1682
CIE-Lab92.7873-31.784247.5176

#ccf98c color RGB value is (204,249,140).

#ccf98c hex color red value is 204, green value is 249 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ccf98c hue: 0.24 , saturation: 0.90 and the lightness value of ccf98c is 0.76.

The process color (four color CMYK) of #ccf98c color code is 0.18, 0.00, 0.44, 0.02. Web safe color of #ccf98c is #ccff99. Color #ccf98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111001 10001100
Octal 314 371 214
Decimal 204 249 140
Hex CC F9 8C

RGB Percentages of Color #ccf98c

%34.40
%41.99
%23.61

CMYK Percentages of Color #ccf98c

%18
%0
%44
%2

Triadic Colors of #ccf98c

#ccf98c #8cccf9 #f98ccc

Analogous Colors of #ccf98c

#ccf98c #96f98c #f9f08c

Monochromatic Colors of #ccf98c

#ccf98c

Complementary Color

#ccf98c #b98cf9

#ccf98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf98c Color CSS Codes

.mybgcolor {background-color:#ccf98c; } 
.myforecolor {color:#ccf98c; }
.mybordercolor {border:3px solid #ccf98c; }

#ccf98c Text Font Color

<p style="color:#ccf98c">Text here</p>

This sample text font color is #ccf98c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ccf98c Background Color

<div style="background-color:#ccf98c">
Div content here</div>

This div background color is #ccf98c


#ccf98c Border Color

<div style="border:3px solid #ccf98c">
Div here</div>

This div border color is #ccf98c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,249,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccf98c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccf98c;
  -webkit-box-shadow: 1px 1px 3px 2px #ccf98c;
  box-shadow:         1px 1px 3px 2px #ccf98c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,249,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccf98c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccf98c;
  -webkit-box-shadow: 1px 1px 3px 2px #ccf98c;
  box-shadow:         1px 1px 3px 2px #ccf98c;">
Div content here</div>

This div box has shadow with color #ccf98c


Comments

No comments written yet.

Please login to write comment.