Color Hex Logo

#cdedab Color Hex

#CDEDAB
(205,237,171)
0 Favorites   0 Comments

Color spaces of #cdedab

RGB 205237171
HSL0.250.650.80
HSV89°28°93°
CMYK 0.140.000.28   0.07
XYZ62.811776.487849.9812
Yxy76.48780.33180.4041
Hunter Lab87.4573-24.851927.3363
CIE-Lab90.0853-21.748528.6248

#cdedab color RGB value is (205,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101101 10101011
Octal 315 355 253
Decimal 205 237 171
Hex CD ED AB

RGB Percentages of Color #cdedab

%33.44
%38.66
%27.90

CMYK Percentages of Color #cdedab

%14
%0
%28
%7

Triadic Colors of #cdedab

#cdedab #abcded #edabcd

Analogous Colors of #cdedab

#cdedab #acedab #edecab

Monochromatic Colors of #cdedab

#cdedab

Complementary Color

#cdedab #cbabed

#cdedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdedab Color CSS Codes

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

#cdedab Text Font Color

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

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


#cdedab Background Color

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

This div background color is #cdedab


#cdedab Border Color

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

This div border color is #cdedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdedab


Comments

No comments written yet.

Please login to write comment.