Color Hex Logo

#ccf08a Color Hex

#CCF08A
(204,240,138)
0 Favorites   0 Comments

Color spaces of #ccf08a

RGB 204240138
HSL0.230.770.74
HSV81°43°94°
CMYK 0.150.000.43   0.06
XYZ60.649476.992535.7092
Yxy76.99250.34990.4441
Hunter Lab87.7454-30.175637.2929
CIE-Lab90.3182-27.808045.3842

#ccf08a color RGB value is (204,240,138).

#ccf08a hex color red value is 204, green value is 240 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ccf08a hue: 0.23 , saturation: 0.77 and the lightness value of ccf08a is 0.74.

The process color (four color CMYK) of #ccf08a color hex is 0.15, 0.00, 0.43, 0.06. Web safe color of #ccf08a is #ccff99. Color #ccf08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 10001010
Octal 314 360 212
Decimal 204 240 138
Hex CC F0 8A

RGB Percentages of Color #ccf08a

%35.05
%41.24
%23.71

CMYK Percentages of Color #ccf08a

%15
%0
%43
%6

Triadic Colors of #ccf08a

#ccf08a #8accf0 #f08acc

Analogous Colors of #ccf08a

#ccf08a #99f08a #f0e18a

Monochromatic Colors of #ccf08a

#ccf08a

Complementary Color

#ccf08a #ae8af0

#ccf08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf08a Color CSS Codes

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

#ccf08a Text Font Color

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

This sample text font color is #ccf08a
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.


#ccf08a Background Color

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

This div background color is #ccf08a


#ccf08a Border Color

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

This div border color is #ccf08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf08a


Comments

No comments written yet.

Please login to write comment.