Color Hex Logo

#cbbe5a Color Hex

#CBBE5A
(203,190,90)
0 Favorites   0 Comments

Color spaces of #cbbe5a

RGB 20319090
HSL0.150.520.57
HSV53°56°80°
CMYK 0.000.060.56   0.20
XYZ44.887550.261617.0085
Yxy50.26160.40020.4481
Hunter Lab70.8954-11.049535.4025
CIE-Lab76.2296-8.168351.3042

#cbbe5a color RGB value is (203,190,90).

#cbbe5a hex color red value is 203, green value is 190 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbbe5a hue: 0.15 , saturation: 0.52 and the lightness value of cbbe5a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01011010
Octal 313 276 132
Decimal 203 190 90
Hex CB BE 5A

RGB Percentages of Color #cbbe5a

%42.03
%39.34
%18.63

CMYK Percentages of Color #cbbe5a

%0
%6
%56
%20

Triadic Colors of #cbbe5a

#cbbe5a #5acbbe #be5acb

Analogous Colors of #cbbe5a

#cbbe5a #a0cb5a #cb865a

Monochromatic Colors of #cbbe5a

#cbbe5a

Complementary Color

#cbbe5a #5a67cb

#cbbe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe5a Color CSS Codes

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

#cbbe5a Text Font Color

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

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


#cbbe5a Background Color

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

This div background color is #cbbe5a


#cbbe5a Border Color

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

This div border color is #cbbe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe5a


Comments

No comments written yet.

Please login to write comment.