Color Hex Logo

#cbbe09 Color Hex

#CBBE09
(203,190,9)
0 Favorites   0 Comments

Color spaces of #cbbe09

RGB 2031909
HSL0.160.920.42
HSV56°96°80°
CMYK 0.000.060.96   0.20
XYZ43.091449.54317.5501
Yxy49.54310.43010.4945
Hunter Lab70.3869-13.897942.9110
CIE-Lab75.7880-11.529176.0887

#cbbe09 color RGB value is (203,190,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 00001001
Octal 313 276 11
Decimal 203 190 9
Hex CB BE 9

RGB Percentages of Color #cbbe09

%50.50
%47.26
%2.24

CMYK Percentages of Color #cbbe09

%0
%6
%96
%20

Triadic Colors of #cbbe09

#cbbe09 #09cbbe #be09cb

Analogous Colors of #cbbe09

#cbbe09 #77cb09 #cb5d09

Monochromatic Colors of #cbbe09

#cbbe09

Complementary Color

#cbbe09 #0916cb

#cbbe09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe09 Color CSS Codes

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

#cbbe09 Text Font Color

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

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


#cbbe09 Background Color

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

This div background color is #cbbe09


#cbbe09 Border Color

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

This div border color is #cbbe09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe09


Comments

No comments written yet.

Please login to write comment.