Color Hex Logo

#cdf9aa Color Hex

#CDF9AA
(205,249,170)
0 Favorites   0 Comments

Color spaces of #cdf9aa

RGB 205249170
HSL0.260.870.82
HSV93°32°98°
CMYK 0.180.000.32   0.02
XYZ66.308283.632850.6781
Yxy83.63280.33050.4169
Hunter Lab91.4510-30.614531.1598
CIE-Lab93.2908-27.629333.4377

#cdf9aa color RGB value is (205,249,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11111001 10101010
Octal 315 371 252
Decimal 205 249 170
Hex CD F9 AA

RGB Percentages of Color #cdf9aa

%32.85
%39.90
%27.24

CMYK Percentages of Color #cdf9aa

%18
%0
%32
%2

Triadic Colors of #cdf9aa

#cdf9aa #aacdf9 #f9aacd

Analogous Colors of #cdf9aa

#cdf9aa #aaf9af #f5f9aa

Monochromatic Colors of #cdf9aa

#cdf9aa

Complementary Color

#cdf9aa #d6aaf9

#cdf9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdf9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdf9aa Color CSS Codes

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

#cdf9aa Text Font Color

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

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


#cdf9aa Background Color

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

This div background color is #cdf9aa


#cdf9aa Border Color

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

This div border color is #cdf9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdf9aa


Comments

No comments written yet.

Please login to write comment.