Color Hex Logo

#cbb09e Color Hex

#CBB09E
(203,176,158)
0 Favorites   0 Comments

Color spaces of #cbb09e

RGB 203176158
HSL0.070.300.71
HSV24°22°80°
CMYK 0.000.130.22   0.20
XYZ46.325546.215838.8267
Yxy46.21580.35260.3518
Hunter Lab67.98222.667413.7252
CIE-Lab73.68536.912412.8047

#cbb09e color RGB value is (203,176,158).

#cbb09e hex color red value is 203, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cbb09e hue: 0.07 , saturation: 0.30 and the lightness value of cbb09e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 10011110
Octal 313 260 236
Decimal 203 176 158
Hex CB B0 9E

RGB Percentages of Color #cbb09e

%37.80
%32.77
%29.42

CMYK Percentages of Color #cbb09e

%0
%13
%22
%20

Triadic Colors of #cbb09e

#cbb09e #9ecbb0 #b09ecb

Analogous Colors of #cbb09e

#cbb09e #cbc79e #cb9ea3

Monochromatic Colors of #cbb09e

#cbb09e

Complementary Color

#cbb09e #9eb9cb

#cbb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb09e Color CSS Codes

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

#cbb09e Text Font Color

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

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


#cbb09e Background Color

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

This div background color is #cbb09e


#cbb09e Border Color

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

This div border color is #cbb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb09e


Comments

No comments written yet.

Please login to write comment.