Color Hex Logo

#cdb67f Color Hex

#CDB67F
(205,182,127)
0 Favorites   0 Comments

Color spaces of #cdb67f

RGB 205182127
HSL0.120.440.65
HSV42°38°80°
CMYK 0.000.110.38   0.20
XYZ45.735647.967326.9268
Yxy47.96730.37910.3976
Hunter Lab69.2584-3.327725.4297
CIE-Lab74.80430.412031.0222

#cdb67f color RGB value is (205,182,127).

#cdb67f hex color red value is 205, green value is 182 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cdb67f hue: 0.12 , saturation: 0.44 and the lightness value of cdb67f is 0.65.

The process color (four color CMYK) of #cdb67f color hex is 0.00, 0.11, 0.38, 0.20. Web safe color of #cdb67f is #cccc66. Color #cdb67f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110110 01111111
Octal 315 266 177
Decimal 205 182 127
Hex CD B6 7F

RGB Percentages of Color #cdb67f

%39.88
%35.41
%24.71

CMYK Percentages of Color #cdb67f

%0
%11
%38
%20

Triadic Colors of #cdb67f

#cdb67f #7fcdb6 #b67fcd

Analogous Colors of #cdb67f

#cdb67f #bdcd7f #cd8f7f

Monochromatic Colors of #cdb67f

#cdb67f

Complementary Color

#cdb67f #7f96cd

#cdb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb67f Color CSS Codes

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

#cdb67f Text Font Color

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

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


#cdb67f Background Color

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

This div background color is #cdb67f


#cdb67f Border Color

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

This div border color is #cdb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb67f


Comments

No comments written yet.

Please login to write comment.