Color Hex Logo

#cdc089 Color Hex

#CDC089
(205,192,137)
0 Favorites   0 Comments

Color spaces of #cdc089

RGB 205192137
HSL0.130.400.67
HSV49°33°80°
CMYK 0.000.060.33   0.20
XYZ48.541852.484631.2390
Yxy52.48460.36700.3968
Hunter Lab72.4463-7.179025.1464
CIE-Lab77.5697-3.653029.4177

#cdc089 color RGB value is (205,192,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000000 10001001
Octal 315 300 211
Decimal 205 192 137
Hex CD C0 89

RGB Percentages of Color #cdc089

%38.39
%35.96
%25.66

CMYK Percentages of Color #cdc089

%0
%6
%33
%20

Triadic Colors of #cdc089

#cdc089 #89cdc0 #c089cd

Analogous Colors of #cdc089

#cdc089 #b8cd89 #cd9e89

Monochromatic Colors of #cdc089

#cdc089

Complementary Color

#cdc089 #8996cd

#cdc089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc089 Color CSS Codes

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

#cdc089 Text Font Color

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

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


#cdc089 Background Color

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

This div background color is #cdc089


#cdc089 Border Color

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

This div border color is #cdc089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc089


Comments

No comments written yet.

Please login to write comment.