color codes Logo

#ccd95c color codes

#CCD95C
(204,217,92)
0 Favorites   0 Comments

Color spaces of #ccd95c

RGB 20421792
HSL0.180.620.61
HSV66°58°85°
CMYK 0.060.000.58   0.15
XYZ51.646563.235819.6089
Yxy63.23580.38400.4702
Hunter Lab79.5209-23.231241.0445
CIE-Lab83.5663-21.155058.7226

#ccd95c color RGB value is (204,217,92).

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

The process color (four color CMYK) of #ccd95c color code is 0.06, 0.00, 0.58, 0.15. Web safe color of #ccd95c is #cccc66. Color #ccd95c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 01011100
Octal 314 331 134
Decimal 204 217 92
Hex CC D9 5C

RGB Percentages of Color #ccd95c

%39.77
%42.30
%17.93

CMYK Percentages of Color #ccd95c

%6
%0
%58
%15

Triadic Colors of #ccd95c

#ccd95c #5cccd9 #d95ccc

Analogous Colors of #ccd95c

#ccd95c #8ed95c #d9a85c

Monochromatic Colors of #ccd95c

#ccd95c

Complementary Color

#ccd95c #695cd9

#ccd95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd95c Color CSS Codes

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

#ccd95c Text Font Color

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

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


#ccd95c Background Color

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

This div background color is #ccd95c


#ccd95c Border Color

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

This div border color is #ccd95c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,217,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 #ccd95c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd95c


Comments

No comments written yet.

Please login to write comment.