Color Hex Logo

#cdefab Color Hex

#CDEFAB
(205,239,171)
0 Favorites   0 Comments

Color spaces of #cdefab

RGB 205239171
HSL0.250.680.80
HSV90°28°94°
CMYK 0.140.000.28   0.06
XYZ63.394077.652450.1753
Yxy77.65240.33150.4061
Hunter Lab88.1206-25.798127.9251
CIE-Lab90.6210-22.715929.3490

#cdefab color RGB value is (205,239,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101111 10101011
Octal 315 357 253
Decimal 205 239 171
Hex CD EF AB

RGB Percentages of Color #cdefab

%33.33
%38.86
%27.80

CMYK Percentages of Color #cdefab

%14
%0
%28
%6

Triadic Colors of #cdefab

#cdefab #abcdef #efabcd

Analogous Colors of #cdefab

#cdefab #abefab #efefab

Monochromatic Colors of #cdefab

#cdefab

Complementary Color

#cdefab #cdabef

#cdefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdefab Color CSS Codes

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

#cdefab Text Font Color

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

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


#cdefab Background Color

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

This div background color is #cdefab


#cdefab Border Color

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

This div border color is #cdefab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,239,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 #cdefab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdefab

#cdefab Color Palettes


Comments

No comments written yet.

Please login to write comment.