Color Hex Logo

#cdf29d Color Hex

#CDF29D
(205,242,157)
0 Favorites   0 Comments

Color spaces of #cdf29d

RGB 205242157
HSL0.240.770.78
HSV86°35°95°
CMYK 0.150.000.35   0.05
XYZ63.014878.917743.8097
Yxy78.91770.33930.4249
Hunter Lab88.8356-28.844932.9458
CIE-Lab91.1970-26.071437.1725

#cdf29d color RGB value is (205,242,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11110010 10011101
Octal 315 362 235
Decimal 205 242 157
Hex CD F2 9D

RGB Percentages of Color #cdf29d

%33.94
%40.07
%25.99

CMYK Percentages of Color #cdf29d

%15
%0
%35
%5

Triadic Colors of #cdf29d

#cdf29d #9dcdf2 #f29dcd

Analogous Colors of #cdf29d

#cdf29d #a3f29d #f2ed9d

Monochromatic Colors of #cdf29d

#cdf29d

Complementary Color

#cdf29d #c29df2

#cdf29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf29d Color CSS Codes

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

#cdf29d Text Font Color

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

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


#cdf29d Background Color

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

This div background color is #cdf29d


#cdf29d Border Color

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

This div border color is #cdf29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf29d


Comments

No comments written yet.

Please login to write comment.