Color Hex Logo

#cbb02c Color Hex

#CBB02C
(203,176,44)
0 Favorites   0 Comments

Color spaces of #cbb02c

RGB 20317644
HSL0.140.640.48
HSV50°78°80°
CMYK 0.000.130.78   0.20
XYZ40.608643.92908.7217
Yxy43.92900.43540.4710
Hunter Lab66.2790-6.622638.5933
CIE-Lab72.1810-3.505465.8224

#cbb02c color RGB value is (203,176,44).

#cbb02c hex color red value is 203, green value is 176 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cbb02c hue: 0.14 , saturation: 0.64 and the lightness value of cbb02c is 0.48.

The process color (four color CMYK) of #cbb02c color hex is 0.00, 0.13, 0.78, 0.20. Web safe color of #cbb02c is #cc9933. Color #cbb02c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00101100
Octal 313 260 54
Decimal 203 176 44
Hex CB B0 2C

RGB Percentages of Color #cbb02c

%47.99
%41.61
%10.40

CMYK Percentages of Color #cbb02c

%0
%13
%78
%20

Triadic Colors of #cbb02c

#cbb02c #2ccbb0 #b02ccb

Analogous Colors of #cbb02c

#cbb02c #97cb2c #cb612c

Monochromatic Colors of #cbb02c

#cbb02c

Complementary Color

#cbb02c #2c47cb

#cbb02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb02c Color CSS Codes

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

#cbb02c Text Font Color

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

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


#cbb02c Background Color

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

This div background color is #cbb02c


#cbb02c Border Color

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

This div border color is #cbb02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb02c


Comments

No comments written yet.

Please login to write comment.