Color Hex Logo

#cdf09c Color Hex

#CDF09C
(205,240,156)
0 Favorites   0 Comments

Color spaces of #cdf09c

RGB 205240156
HSL0.240.740.78
HSV85°35°94°
CMYK 0.150.000.35   0.06
XYZ62.337777.699643.1645
Yxy77.69960.34030.4241
Hunter Lab88.1474-28.023032.6697
CIE-Lab90.6426-25.248936.9451

#cdf09c color RGB value is (205,240,156).

#cdf09c hex color red value is 205, green value is 240 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cdf09c hue: 0.24 , saturation: 0.74 and the lightness value of cdf09c is 0.78.

The process color (four color CMYK) of #cdf09c color hex is 0.15, 0.00, 0.35, 0.06. Web safe color of #cdf09c is #ccff99. Color #cdf09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110000 10011100
Octal 315 360 234
Decimal 205 240 156
Hex CD F0 9C

RGB Percentages of Color #cdf09c

%34.11
%39.93
%25.96

CMYK Percentages of Color #cdf09c

%15
%0
%35
%6

Triadic Colors of #cdf09c

#cdf09c #9ccdf0 #f09ccd

Analogous Colors of #cdf09c

#cdf09c #a3f09c #f0e99c

Monochromatic Colors of #cdf09c

#cdf09c

Complementary Color

#cdf09c #bf9cf0

#cdf09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf09c Color CSS Codes

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

#cdf09c Text Font Color

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

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


#cdf09c Background Color

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

This div background color is #cdf09c


#cdf09c Border Color

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

This div border color is #cdf09c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,240,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdf09c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdf09c;
  -webkit-box-shadow: 1px 1px 3px 2px #cdf09c;
  box-shadow:         1px 1px 3px 2px #cdf09c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,240,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf09c


Comments

No comments written yet.

Please login to write comment.