Color Hex Logo

#cdd89d Color Hex

#CDD89D
(205,216,157)
0 Favorites   0 Comments

Color spaces of #cdd89d

RGB 205216157
HSL0.200.430.73
HSV71°27°85°
CMYK 0.050.000.27   0.15
XYZ55.818564.525241.4109
Yxy64.52520.34510.3989
Hunter Lab80.3276-16.536125.6638
CIE-Lab84.2385-13.349227.9206

#cdd89d color RGB value is (205,216,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011000 10011101
Octal 315 330 235
Decimal 205 216 157
Hex CD D8 9D

RGB Percentages of Color #cdd89d

%35.47
%37.37
%27.16

CMYK Percentages of Color #cdd89d

%5
%0
%27
%15

Triadic Colors of #cdd89d

#cdd89d #9dcdd8 #d89dcd

Analogous Colors of #cdd89d

#cdd89d #b0d89d #d8c69d

Monochromatic Colors of #cdd89d

#cdd89d

Complementary Color

#cdd89d #a89dd8

#cdd89d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd89d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd89d Color CSS Codes

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

#cdd89d Text Font Color

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

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


#cdd89d Background Color

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

This div background color is #cdd89d


#cdd89d Border Color

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

This div border color is #cdd89d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd89d


Comments

No comments written yet.

Please login to write comment.