Color Hex Logo

#cdf9ae Color Hex

#CDF9AE
(205,249,174)
0 Favorites   0 Comments

Color spaces of #cdf9ae

RGB 205249174
HSL0.260.860.83
HSV95°30°98°
CMYK 0.180.000.30   0.02
XYZ66.692583.786552.7017
Yxy83.78650.32820.4124
Hunter Lab91.5350-30.130829.9380
CIE-Lab93.3577-27.062731.5169

#cdf9ae color RGB value is (205,249,174).

#cdf9ae hex color red value is 205, green value is 249 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cdf9ae hue: 0.26 , saturation: 0.86 and the lightness value of cdf9ae is 0.83.

The process color (four color CMYK) of #cdf9ae color hex is 0.18, 0.00, 0.30, 0.02. Web safe color of #cdf9ae is #ccff99. Color #cdf9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 10101110
Octal 315 371 256
Decimal 205 249 174
Hex CD F9 AE

RGB Percentages of Color #cdf9ae

%32.64
%39.65
%27.71

CMYK Percentages of Color #cdf9ae

%18
%0
%30
%2

Triadic Colors of #cdf9ae

#cdf9ae #aecdf9 #f9aecd

Analogous Colors of #cdf9ae

#cdf9ae #aef9b5 #f3f9ae

Monochromatic Colors of #cdf9ae

#cdf9ae

Complementary Color

#cdf9ae #daaef9

#cdf9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf9ae Color CSS Codes

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

#cdf9ae Text Font Color

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

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


#cdf9ae Background Color

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

This div background color is #cdf9ae


#cdf9ae Border Color

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

This div border color is #cdf9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf9ae


Comments

No comments written yet.

Please login to write comment.