Color Hex Logo

#cbb302 Color Hex

#CBB302
(203,179,2)
0 Favorites   0 Comments

Color spaces of #cbb302

RGB 2031792
HSL0.150.980.40
HSV53°99°80°
CMYK 0.000.120.99   0.20
XYZ40.759744.94116.5837
Yxy44.94110.44170.4870
Hunter Lab67.0381-8.787341.1039
CIE-Lab72.8531-5.935874.6955

#cbb302 color RGB value is (203,179,2).

#cbb302 hex color red value is 203, green value is 179 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #cbb302 hue: 0.15 , saturation: 0.98 and the lightness value of cbb302 is 0.40.

The process color (four color CMYK) of #cbb302 color hex is 0.00, 0.12, 0.99, 0.20. Web safe color of #cbb302 is #cccc00. Color #cbb302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00000010
Octal 313 263 2
Decimal 203 179 2
Hex CB B3 2

RGB Percentages of Color #cbb302

%52.86
%46.61
%0.52

CMYK Percentages of Color #cbb302

%0
%12
%99
%20

Triadic Colors of #cbb302

#cbb302 #02cbb3 #b302cb

Analogous Colors of #cbb302

#cbb302 #7fcb02 #cb4f02

Monochromatic Colors of #cbb302

#cbb302

Complementary Color

#cbb302 #021acb

#cbb302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb302 Color CSS Codes

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

#cbb302 Text Font Color

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

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


#cbb302 Background Color

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

This div background color is #cbb302


#cbb302 Border Color

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

This div border color is #cbb302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb302


Comments

No comments written yet.

Please login to write comment.