Color Hex Logo

#cdb18f Color Hex

#CDB18F
(205,177,143)
0 Favorites   0 Comments

Color spaces of #cdb18f

RGB 205177143
HSL0.090.380.68
HSV33°30°80°
CMYK 0.000.140.30   0.20
XYZ45.856946.406632.5270
Yxy46.40660.36750.3719
Hunter Lab68.12240.943919.3760
CIE-Lab73.80865.049921.1445

#cdb18f color RGB value is (205,177,143).

#cdb18f hex color red value is 205, green value is 177 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cdb18f hue: 0.09 , saturation: 0.38 and the lightness value of cdb18f is 0.68.

The process color (four color CMYK) of #cdb18f color hex is 0.00, 0.14, 0.30, 0.20. Web safe color of #cdb18f is #cc9999. Color #cdb18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10110001 10001111
Octal 315 261 217
Decimal 205 177 143
Hex CD B1 8F

RGB Percentages of Color #cdb18f

%39.05
%33.71
%27.24

CMYK Percentages of Color #cdb18f

%0
%14
%30
%20

Triadic Colors of #cdb18f

#cdb18f #8fcdb1 #b18fcd

Analogous Colors of #cdb18f

#cdb18f #cacd8f #cd928f

Monochromatic Colors of #cdb18f

#cdb18f

Complementary Color

#cdb18f #8fabcd

#cdb18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdb18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdb18f Color CSS Codes

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

#cdb18f Text Font Color

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

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


#cdb18f Background Color

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

This div background color is #cdb18f


#cdb18f Border Color

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

This div border color is #cdb18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdb18f


Comments

No comments written yet.

Please login to write comment.