Color Hex Logo

#cbb098 Color Hex

#CBB098
(203,176,152)
0 Favorites   0 Comments

Color spaces of #cbb098

RGB 203176152
HSL0.080.330.70
HSV28°25°80°
CMYK 0.000.130.25   0.20
XYZ45.821446.014236.1723
Yxy46.01420.35800.3595
Hunter Lab67.83381.866815.8673
CIE-Lab73.55476.042815.8881

#cbb098 color RGB value is (203,176,152).

#cbb098 hex color red value is 203, green value is 176 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cbb098 hue: 0.08 , saturation: 0.33 and the lightness value of cbb098 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 10011000
Octal 313 260 230
Decimal 203 176 152
Hex CB B0 98

RGB Percentages of Color #cbb098

%38.23
%33.15
%28.63

CMYK Percentages of Color #cbb098

%0
%13
%25
%20

Triadic Colors of #cbb098

#cbb098 #98cbb0 #b098cb

Analogous Colors of #cbb098

#cbb098 #cbca98 #cb989a

Monochromatic Colors of #cbb098

#cbb098

Complementary Color

#cbb098 #98b3cb

#cbb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb098 Color CSS Codes

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

#cbb098 Text Font Color

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

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


#cbb098 Background Color

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

This div background color is #cbb098


#cbb098 Border Color

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

This div border color is #cbb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb098

#cbb098 Color Palettes


Comments

No comments written yet.

Please login to write comment.