Color Hex Logo

#cdb588 Color Hex

#CDB588
(205,181,136)
0 Favorites   0 Comments

Color spaces of #cdb588

RGB 205181136
HSL0.110.410.67
HSV39°34°80°
CMYK 0.000.120.34   0.20
XYZ46.144647.804530.0877
Yxy47.80450.37200.3854
Hunter Lab69.1408-1.865422.5976
CIE-Lab74.70152.019826.1133

#cdb588 color RGB value is (205,181,136).

#cdb588 hex color red value is 205, green value is 181 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cdb588 hue: 0.11 , saturation: 0.41 and the lightness value of cdb588 is 0.67.

The process color (four color CMYK) of #cdb588 color hex is 0.00, 0.12, 0.34, 0.20. Web safe color of #cdb588 is #cccc99. Color #cdb588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110101 10001000
Octal 315 265 210
Decimal 205 181 136
Hex CD B5 88

RGB Percentages of Color #cdb588

%39.27
%34.67
%26.05

CMYK Percentages of Color #cdb588

%0
%12
%34
%20

Triadic Colors of #cdb588

#cdb588 #88cdb5 #b588cd

Analogous Colors of #cdb588

#cdb588 #c3cd88 #cd9388

Monochromatic Colors of #cdb588

#cdb588

Complementary Color

#cdb588 #88a0cd

#cdb588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb588 Color CSS Codes

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

#cdb588 Text Font Color

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

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


#cdb588 Background Color

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

This div background color is #cdb588


#cdb588 Border Color

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

This div border color is #cdb588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb588


Comments

No comments written yet.

Please login to write comment.