Color Hex Logo

#cbbe7b Color Hex

#CBBE7B
(203,190,123)
0 Favorites   0 Comments

Color spaces of #cbbe7b

RGB 203190123
HSL0.140.430.64
HSV50°39°80°
CMYK 0.000.060.39   0.20
XYZ46.617250.953526.1169
Yxy50.95350.37690.4120
Hunter Lab71.3817-8.345228.2744
CIE-Lab76.6508-5.045735.4773

#cbbe7b color RGB value is (203,190,123).

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

The process color (four color CMYK) of #cbbe7b color hex is 0.00, 0.06, 0.39, 0.20. Web safe color of #cbbe7b is #cccc66. Color #cbbe7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01111011
Octal 313 276 173
Decimal 203 190 123
Hex CB BE 7B

RGB Percentages of Color #cbbe7b

%39.34
%36.82
%23.84

CMYK Percentages of Color #cbbe7b

%0
%6
%39
%20

Triadic Colors of #cbbe7b

#cbbe7b #7bcbbe #be7bcb

Analogous Colors of #cbbe7b

#cbbe7b #b0cb7b #cb967b

Monochromatic Colors of #cbbe7b

#cbbe7b

Complementary Color

#cbbe7b #7b88cb

#cbbe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe7b Color CSS Codes

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

#cbbe7b Text Font Color

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

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


#cbbe7b Background Color

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

This div background color is #cbbe7b


#cbbe7b Border Color

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

This div border color is #cbbe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe7b


Comments

No comments written yet.

Please login to write comment.