Color Hex Logo

#cbbe32 Color Hex

#CBBE32
(203,190,50)
0 Favorites   0 Comments

Color spaces of #cbbe32

RGB 20319050
HSL0.150.600.50
HSV55°75°80°
CMYK 0.000.060.75   0.20
XYZ43.617849.753710.3221
Yxy49.75370.42060.4798
Hunter Lab70.5363-13.058840.6991
CIE-Lab75.9178-10.531267.2851

#cbbe32 color RGB value is (203,190,50).

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

The process color (four color CMYK) of #cbbe32 color hex is 0.00, 0.06, 0.75, 0.20. Web safe color of #cbbe32 is #cccc33. Color #cbbe32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 00110010
Octal 313 276 62
Decimal 203 190 50
Hex CB BE 32

RGB Percentages of Color #cbbe32

%45.82
%42.89
%11.29

CMYK Percentages of Color #cbbe32

%0
%6
%75
%20

Triadic Colors of #cbbe32

#cbbe32 #32cbbe #be32cb

Analogous Colors of #cbbe32

#cbbe32 #8ccb32 #cb7232

Monochromatic Colors of #cbbe32

#cbbe32

Complementary Color

#cbbe32 #323fcb

#cbbe32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe32 Color CSS Codes

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

#cbbe32 Text Font Color

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

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


#cbbe32 Background Color

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

This div background color is #cbbe32


#cbbe32 Border Color

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

This div border color is #cbbe32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe32


Comments

No comments written yet.

Please login to write comment.