Color Hex Logo

#cdb88a Color Hex

#CDB88A
(205,184,138)
0 Favorites   0 Comments

Color spaces of #cdb88a

RGB 205184138
HSL0.110.400.67
HSV41°33°80°
CMYK 0.000.100.33   0.20
XYZ46.904849.095131.0489
Yxy49.09510.36920.3864
Hunter Lab70.0679-3.127522.7746
CIE-Lab75.51050.679026.1354

#cdb88a color RGB value is (205,184,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111000 10001010
Octal 315 270 212
Decimal 205 184 138
Hex CD B8 8A

RGB Percentages of Color #cdb88a

%38.90
%34.91
%26.19

CMYK Percentages of Color #cdb88a

%0
%10
%33
%20

Triadic Colors of #cdb88a

#cdb88a #8acdb8 #b88acd

Analogous Colors of #cdb88a

#cdb88a #c1cd8a #cd978a

Monochromatic Colors of #cdb88a

#cdb88a

Complementary Color

#cdb88a #8a9fcd

#cdb88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb88a Color CSS Codes

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

#cdb88a Text Font Color

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

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


#cdb88a Background Color

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

This div background color is #cdb88a


#cdb88a Border Color

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

This div border color is #cdb88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb88a


Comments

No comments written yet.

Please login to write comment.