Color Hex Logo

#ccd25e Color Hex

#CCD25E
(204,210,94)
0 Favorites   0 Comments

Color spaces of #ccd25e

RGB 20421094
HSL0.180.560.60
HSV63°55°82°
CMYK 0.030.000.55   0.18
XYZ49.968859.738719.4868
Yxy59.73870.38680.4624
Hunter Lab77.2908-19.858039.1552
CIE-Lab81.6960-17.559955.7328

#ccd25e color RGB value is (204,210,94).

#ccd25e hex color red value is 204, green value is 210 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ccd25e hue: 0.18 , saturation: 0.56 and the lightness value of ccd25e is 0.60.

The process color (four color CMYK) of #ccd25e color hex is 0.03, 0.00, 0.55, 0.18. Web safe color of #ccd25e is #cccc66. Color #ccd25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01011110
Octal 314 322 136
Decimal 204 210 94
Hex CC D2 5E

RGB Percentages of Color #ccd25e

%40.16
%41.34
%18.50

CMYK Percentages of Color #ccd25e

%3
%0
%55
%18

Triadic Colors of #ccd25e

#ccd25e #5eccd2 #d25ecc

Analogous Colors of #ccd25e

#ccd25e #92d25e #d29e5e

Monochromatic Colors of #ccd25e

#ccd25e

Complementary Color

#ccd25e #645ed2

#ccd25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd25e Color CSS Codes

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

#ccd25e Text Font Color

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

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


#ccd25e Background Color

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

This div background color is #ccd25e


#ccd25e Border Color

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

This div border color is #ccd25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd25e


Comments

No comments written yet.

Please login to write comment.