Color Hex Logo

#cbbe83 Color Hex

#CBBE83
(203,190,131)
0 Favorites   0 Comments

Color spaces of #cbbe83

RGB 203190131
HSL0.140.410.65
HSV49°35°80°
CMYK 0.000.060.35   0.20
XYZ47.138851.162128.8635
Yxy51.16210.37070.4023
Hunter Lab71.5277-7.536826.1441
CIE-Lab76.7771-4.124731.4832

#cbbe83 color RGB value is (203,190,131).

#cbbe83 hex color red value is 203, green value is 190 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cbbe83 hue: 0.14 , saturation: 0.41 and the lightness value of cbbe83 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 10000011
Octal 313 276 203
Decimal 203 190 131
Hex CB BE 83

RGB Percentages of Color #cbbe83

%38.74
%36.26
%25.00

CMYK Percentages of Color #cbbe83

%0
%6
%35
%20

Triadic Colors of #cbbe83

#cbbe83 #83cbbe #be83cb

Analogous Colors of #cbbe83

#cbbe83 #b4cb83 #cb9a83

Monochromatic Colors of #cbbe83

#cbbe83

Complementary Color

#cbbe83 #8390cb

#cbbe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe83 Color CSS Codes

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

#cbbe83 Text Font Color

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

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


#cbbe83 Background Color

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

This div background color is #cbbe83


#cbbe83 Border Color

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

This div border color is #cbbe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe83


Comments

No comments written yet.

Please login to write comment.