Color Hex Logo

#cbbea0 Color Hex

#CBBEA0
(203,190,160)
0 Favorites   0 Comments

Color spaces of #cbbea0

RGB 203190160
HSL0.120.290.71
HSV42°21°80°
CMYK 0.000.060.21   0.20
XYZ49.387252.061540.7036
Yxy52.06150.34740.3662
Hunter Lab72.1537-4.090517.0607
CIE-Lab77.3176-0.259516.8178

#cbbea0 color RGB value is (203,190,160).

#cbbea0 hex color red value is 203, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cbbea0 hue: 0.12 , saturation: 0.29 and the lightness value of cbbea0 is 0.71.

The process color (four color CMYK) of #cbbea0 color hex is 0.00, 0.06, 0.21, 0.20. Web safe color of #cbbea0 is #cccc99. Color #cbbea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10100000
Octal 313 276 240
Decimal 203 190 160
Hex CB BE A0

RGB Percentages of Color #cbbea0

%36.71
%34.36
%28.93

CMYK Percentages of Color #cbbea0

%0
%6
%21
%20

Triadic Colors of #cbbea0

#cbbea0 #a0cbbe #bea0cb

Analogous Colors of #cbbea0

#cbbea0 #c3cba0 #cba9a0

Monochromatic Colors of #cbbea0

#cbbea0

Complementary Color

#cbbea0 #a0adcb

#cbbea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbea0 Color CSS Codes

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

#cbbea0 Text Font Color

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

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


#cbbea0 Background Color

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

This div background color is #cbbea0


#cbbea0 Border Color

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

This div border color is #cbbea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbea0


Comments

No comments written yet.

Please login to write comment.