Color Hex Logo

#cdb982 Color Hex

#CDB982
(205,185,130)
0 Favorites   0 Comments

Color spaces of #cdb982

RGB 205185130
HSL0.120.430.66
HSV44°37°80°
CMYK 0.000.100.37   0.20
XYZ46.555149.288828.1791
Yxy49.28880.37540.3974
Hunter Lab70.2060-4.493325.3465
CIE-Lab75.6306-0.823530.5302

#cdb982 color RGB value is (205,185,130).

#cdb982 hex color red value is 205, green value is 185 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #cdb982 hue: 0.12 , saturation: 0.43 and the lightness value of cdb982 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10111001 10000010
Octal 315 271 202
Decimal 205 185 130
Hex CD B9 82

RGB Percentages of Color #cdb982

%39.42
%35.58
%25.00

CMYK Percentages of Color #cdb982

%0
%10
%37
%20

Triadic Colors of #cdb982

#cdb982 #82cdb9 #b982cd

Analogous Colors of #cdb982

#cdb982 #bccd82 #cd9482

Monochromatic Colors of #cdb982

#cdb982

Complementary Color

#cdb982 #8296cd

#cdb982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb982 Color CSS Codes

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

#cdb982 Text Font Color

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

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


#cdb982 Background Color

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

This div background color is #cdb982


#cdb982 Border Color

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

This div border color is #cdb982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb982


Comments

No comments written yet.

Please login to write comment.