Color Hex Logo

#cdeeaf Color Hex

#CDEEAF
(205,238,175)
0 Favorites   0 Comments

Color spaces of #cdeeaf

RGB 205238175
HSL0.250.650.81
HSV91°26°93°
CMYK 0.140.000.26   0.07
XYZ63.489277.223452.1168
Yxy77.22340.32930.4005
Hunter Lab87.8768-24.821926.3509
CIE-Lab90.4243-21.649427.0425

#cdeeaf color RGB value is (205,238,175).

#cdeeaf hex color red value is 205, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cdeeaf hue: 0.25 , saturation: 0.65 and the lightness value of cdeeaf is 0.81.

The process color (four color CMYK) of #cdeeaf color hex is 0.14, 0.00, 0.26, 0.07. Web safe color of #cdeeaf is #ccff99. Color #cdeeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101110 10101111
Octal 315 356 257
Decimal 205 238 175
Hex CD EE AF

RGB Percentages of Color #cdeeaf

%33.17
%38.51
%28.32

CMYK Percentages of Color #cdeeaf

%14
%0
%26
%7

Triadic Colors of #cdeeaf

#cdeeaf #afcdee #eeafcd

Analogous Colors of #cdeeaf

#cdeeaf #afeeb1 #edeeaf

Monochromatic Colors of #cdeeaf

#cdeeaf

Complementary Color

#cdeeaf #d0afee

#cdeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeeaf Color CSS Codes

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

#cdeeaf Text Font Color

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

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


#cdeeaf Background Color

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

This div background color is #cdeeaf


#cdeeaf Border Color

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

This div border color is #cdeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeeaf


Comments

No comments written yet.

Please login to write comment.