Color Hex Logo

#cbbd09 Color Hex

#CBBD09
(203,189,9)
0 Favorites   0 Comments

Color spaces of #cbbd09

RGB 2031899
HSL0.150.920.42
HSV56°96°80°
CMYK 0.000.070.96   0.20
XYZ42.875549.11147.4781
Yxy49.11140.43110.4938
Hunter Lab70.0795-13.430742.7289
CIE-Lab75.5206-11.019275.8897

#cbbd09 color RGB value is (203,189,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 00001001
Octal 313 275 11
Decimal 203 189 9
Hex CB BD 9

RGB Percentages of Color #cbbd09

%50.62
%47.13
%2.24

CMYK Percentages of Color #cbbd09

%0
%7
%96
%20

Triadic Colors of #cbbd09

#cbbd09 #09cbbd #bd09cb

Analogous Colors of #cbbd09

#cbbd09 #78cb09 #cb5c09

Monochromatic Colors of #cbbd09

#cbbd09

Complementary Color

#cbbd09 #0917cb

#cbbd09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbd09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbd09 Color CSS Codes

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

#cbbd09 Text Font Color

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

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


#cbbd09 Background Color

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

This div background color is #cbbd09


#cbbd09 Border Color

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

This div border color is #cbbd09


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,189,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 #cbbd09">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbd09


Comments

No comments written yet.

Please login to write comment.