Color Hex Logo

#cdc989 Color Hex

#CDC989
(205,201,137)
0 Favorites   0 Comments

Color spaces of #cdc989

RGB 205201137
HSL0.160.400.67
HSV56°33°80°
CMYK 0.000.020.33   0.20
XYZ50.578856.558631.9180
Yxy56.55860.36370.4067
Hunter Lab75.2055-11.560927.4805
CIE-Lab79.9307-8.315532.5395

#cdc989 color RGB value is (205,201,137).

#cdc989 hex color red value is 205, green value is 201 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cdc989 hue: 0.16 , saturation: 0.40 and the lightness value of cdc989 is 0.67.

The process color (four color CMYK) of #cdc989 color hex is 0.00, 0.02, 0.33, 0.20. Web safe color of #cdc989 is #cccc99. Color #cdc989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11001001 10001001
Octal 315 311 211
Decimal 205 201 137
Hex CD C9 89

RGB Percentages of Color #cdc989

%37.75
%37.02
%25.23

CMYK Percentages of Color #cdc989

%0
%2
%33
%20

Triadic Colors of #cdc989

#cdc989 #89cdc9 #c989cd

Analogous Colors of #cdc989

#cdc989 #afcd89 #cda789

Monochromatic Colors of #cdc989

#cdc989

Complementary Color

#cdc989 #898dcd

#cdc989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc989 Color CSS Codes

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

#cdc989 Text Font Color

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

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


#cdc989 Background Color

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

This div background color is #cdc989


#cdc989 Border Color

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

This div border color is #cdc989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc989


Comments

No comments written yet.

Please login to write comment.