Color Hex Logo

#ccd25c Color Hex

#CCD25C
(204,210,92)
0 Favorites   0 Comments

Color spaces of #ccd25c

RGB 20421092
HSL0.180.570.59
HSV63°56°82°
CMYK 0.030.000.56   0.18
XYZ49.880259.703319.0201
Yxy59.70330.38790.4642
Hunter Lab77.2679-19.988439.4928
CIE-Lab81.6767-17.715456.6065

#ccd25c color RGB value is (204,210,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010010 01011100
Octal 314 322 134
Decimal 204 210 92
Hex CC D2 5C

RGB Percentages of Color #ccd25c

%40.32
%41.50
%18.18

CMYK Percentages of Color #ccd25c

%3
%0
%56
%18

Triadic Colors of #ccd25c

#ccd25c #5cccd2 #d25ccc

Analogous Colors of #ccd25c

#ccd25c #91d25c #d29d5c

Monochromatic Colors of #ccd25c

#ccd25c

Complementary Color

#ccd25c #625cd2

#ccd25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd25c Color CSS Codes

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

#ccd25c Text Font Color

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

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


#ccd25c Background Color

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

This div background color is #ccd25c


#ccd25c Border Color

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

This div border color is #ccd25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd25c


Comments

No comments written yet.

Please login to write comment.