Color Hex Logo

#cbbe0b Color Hex

#CBBE0B
(203,190,11)
0 Favorites   0 Comments

Color spaces of #cbbe0b

RGB 20319011
HSL0.160.900.42
HSV56°95°80°
CMYK 0.000.060.95   0.20
XYZ43.102549.54767.6085
Yxy49.54760.42990.4942
Hunter Lab70.3901-13.880342.8644
CIE-Lab75.7907-11.508175.8822

#cbbe0b color RGB value is (203,190,11).

#cbbe0b hex color red value is 203, green value is 190 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cbbe0b hue: 0.16 , saturation: 0.90 and the lightness value of cbbe0b is 0.42.

The process color (four color CMYK) of #cbbe0b color hex is 0.00, 0.06, 0.95, 0.20. Web safe color of #cbbe0b is #cccc00. Color #cbbe0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 00001011
Octal 313 276 13
Decimal 203 190 11
Hex CB BE B

RGB Percentages of Color #cbbe0b

%50.25
%47.03
%2.72

CMYK Percentages of Color #cbbe0b

%0
%6
%95
%20

Triadic Colors of #cbbe0b

#cbbe0b #0bcbbe #be0bcb

Analogous Colors of #cbbe0b

#cbbe0b #78cb0b #cb5e0b

Monochromatic Colors of #cbbe0b

#cbbe0b

Complementary Color

#cbbe0b #0b18cb

#cbbe0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe0b Color CSS Codes

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

#cbbe0b Text Font Color

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

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


#cbbe0b Background Color

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

This div background color is #cbbe0b


#cbbe0b Border Color

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

This div border color is #cbbe0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe0b


Comments

No comments written yet.

Please login to write comment.