Color Hex Logo

#ccec5f Color Hex

#CCEC5F
(204,236,95)
0 Favorites   0 Comments

Color spaces of #ccec5f

RGB 20423695
HSL0.200.790.65
HSV74°60°93°
CMYK 0.140.000.60   0.07
XYZ56.962973.654522.0410
Yxy73.65450.37310.4825
Hunter Lab85.8222-31.712844.8486
CIE-Lab88.7589-29.991863.1867

#ccec5f color RGB value is (204,236,95).

#ccec5f hex color red value is 204, green value is 236 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccec5f hue: 0.20 , saturation: 0.79 and the lightness value of ccec5f is 0.65.

The process color (four color CMYK) of #ccec5f color hex is 0.14, 0.00, 0.60, 0.07. Web safe color of #ccec5f is #ccff66. Color #ccec5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 01011111
Octal 314 354 137
Decimal 204 236 95
Hex CC EC 5F

RGB Percentages of Color #ccec5f

%38.13
%44.11
%17.76

CMYK Percentages of Color #ccec5f

%14
%0
%60
%7

Triadic Colors of #ccec5f

#ccec5f #5fccec #ec5fcc

Analogous Colors of #ccec5f

#ccec5f #86ec5f #ecc65f

Monochromatic Colors of #ccec5f

#ccec5f

Complementary Color

#ccec5f #7f5fec

#ccec5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccec5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccec5f Color CSS Codes

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

#ccec5f Text Font Color

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

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


#ccec5f Background Color

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

This div background color is #ccec5f


#ccec5f Border Color

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

This div border color is #ccec5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccec5f


Comments

No comments written yet.

Please login to write comment.