Color Hex Logo

#ccef5a Color Hex

#CCEF5A
(204,239,90)
0 Favorites   0 Comments

Color spaces of #ccef5a

RGB 20423990
HSL0.210.820.65
HSV74°62°94°
CMYK 0.150.000.62   0.06
XYZ57.613875.308621.1723
Yxy75.30860.37390.4887
Hunter Lab86.7805-33.359346.2811
CIE-Lab89.5373-31.747566.0923

#ccef5a color RGB value is (204,239,90).

#ccef5a hex color red value is 204, green value is 239 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccef5a hue: 0.21 , saturation: 0.82 and the lightness value of ccef5a is 0.65.

The process color (four color CMYK) of #ccef5a color hex is 0.15, 0.00, 0.62, 0.06. Web safe color of #ccef5a is #ccff66. Color #ccef5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 01011010
Octal 314 357 132
Decimal 204 239 90
Hex CC EF 5A

RGB Percentages of Color #ccef5a

%38.27
%44.84
%16.89

CMYK Percentages of Color #ccef5a

%15
%0
%62
%6

Triadic Colors of #ccef5a

#ccef5a #5accef #ef5acc

Analogous Colors of #ccef5a

#ccef5a #82ef5a #efc85a

Monochromatic Colors of #ccef5a

#ccef5a

Complementary Color

#ccef5a #7d5aef

#ccef5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef5a Color CSS Codes

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

#ccef5a Text Font Color

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

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


#ccef5a Background Color

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

This div background color is #ccef5a


#ccef5a Border Color

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

This div border color is #ccef5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef5a


Comments

No comments written yet.

Please login to write comment.