Color Hex Logo

#cbb08d Color Hex

#CBB08D
(203,176,141)
0 Favorites   0 Comments

Color spaces of #cbb08d

RGB 203176141
HSL0.090.370.67
HSV34°31°80°
CMYK 0.000.130.31   0.20
XYZ44.961745.670331.6448
Yxy45.67030.36770.3735
Hunter Lab67.57980.493719.5428
CIE-Lab73.33114.539521.5410

#cbb08d color RGB value is (203,176,141).

#cbb08d hex color red value is 203, green value is 176 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cbb08d hue: 0.09 , saturation: 0.37 and the lightness value of cbb08d is 0.67.

The process color (four color CMYK) of #cbb08d color hex is 0.00, 0.13, 0.31, 0.20. Web safe color of #cbb08d is #cc9999. Color #cbb08d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 10001101
Octal 313 260 215
Decimal 203 176 141
Hex CB B0 8D

RGB Percentages of Color #cbb08d

%39.04
%33.85
%27.12

CMYK Percentages of Color #cbb08d

%0
%13
%31
%20

Triadic Colors of #cbb08d

#cbb08d #8dcbb0 #b08dcb

Analogous Colors of #cbb08d

#cbb08d #c7cb8d #cb918d

Monochromatic Colors of #cbb08d

#cbb08d

Complementary Color

#cbb08d #8da8cb

#cbb08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb08d Color CSS Codes

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

#cbb08d Text Font Color

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

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


#cbb08d Background Color

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

This div background color is #cbb08d


#cbb08d Border Color

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

This div border color is #cbb08d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,176,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb08d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb08d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb08d;
  box-shadow:         1px 1px 3px 2px #cbb08d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,176,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb08d


Comments

No comments written yet.

Please login to write comment.