Color Hex Logo

#cdd89e Color Hex

#CDD89E
(205,216,158)
0 Favorites   0 Comments

Color spaces of #cdd89e

RGB 205216158
HSL0.200.430.73
HSV71°27°85°
CMYK 0.050.000.27   0.15
XYZ55.904364.559541.8625
Yxy64.55950.34440.3977
Hunter Lab80.3489-16.415825.3536
CIE-Lab84.2562-13.211427.4263

#cdd89e color RGB value is (205,216,158).

#cdd89e hex color red value is 205, green value is 216 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdd89e hue: 0.20 , saturation: 0.43 and the lightness value of cdd89e is 0.73.

The process color (four color CMYK) of #cdd89e color hex is 0.05, 0.00, 0.27, 0.15. Web safe color of #cdd89e is #cccc99. Color #cdd89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10011110
Octal 315 330 236
Decimal 205 216 158
Hex CD D8 9E

RGB Percentages of Color #cdd89e

%35.41
%37.31
%27.29

CMYK Percentages of Color #cdd89e

%5
%0
%27
%15

Triadic Colors of #cdd89e

#cdd89e #9ecdd8 #d89ecd

Analogous Colors of #cdd89e

#cdd89e #b0d89e #d8c69e

Monochromatic Colors of #cdd89e

#cdd89e

Complementary Color

#cdd89e #a99ed8

#cdd89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd89e Color CSS Codes

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

#cdd89e Text Font Color

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

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


#cdd89e Background Color

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

This div background color is #cdd89e


#cdd89e Border Color

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

This div border color is #cdd89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd89e


Comments

No comments written yet.

Please login to write comment.