Color Hex Logo

#cdeab0 Color Hex

#CDEAB0
(205,234,176)
0 Favorites   0 Comments

Color spaces of #cdeab0

RGB 205234176
HSL0.250.580.80
HSV90°25°92°
CMYK 0.120.000.25   0.08
XYZ62.436174.959452.2522
Yxy74.95940.32920.3953
Hunter Lab86.5791-22.789024.8227
CIE-Lab89.3740-19.552125.0962

#cdeab0 color RGB value is (205,234,176).

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

The process color (four color CMYK) of #cdeab0 color hex is 0.12, 0.00, 0.25, 0.08. Web safe color of #cdeab0 is #ccff99. Color #cdeab0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101010 10110000
Octal 315 352 260
Decimal 205 234 176
Hex CD EA B0

RGB Percentages of Color #cdeab0

%33.33
%38.05
%28.62

CMYK Percentages of Color #cdeab0

%12
%0
%25
%8

Triadic Colors of #cdeab0

#cdeab0 #b0cdea #eab0cd

Analogous Colors of #cdeab0

#cdeab0 #b0eab0 #eaeab0

Monochromatic Colors of #cdeab0

#cdeab0

Complementary Color

#cdeab0 #cdb0ea

#cdeab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdeab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdeab0 Color CSS Codes

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

#cdeab0 Text Font Color

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

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


#cdeab0 Background Color

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

This div background color is #cdeab0


#cdeab0 Border Color

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

This div border color is #cdeab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdeab0


Comments

No comments written yet.

Please login to write comment.