Color Hex Logo

#cbb002 Color Hex

#CBB002
(203,176,2)
0 Favorites   0 Comments

Color spaces of #cbb002

RGB 2031762
HSL0.140.980.40
HSV52°99°80°
CMYK 0.000.130.99   0.20
XYZ40.164943.75166.3854
Yxy43.75160.44480.4845
Hunter Lab66.1450-7.364140.5779
CIE-Lab72.0622-4.369774.1280

#cbb002 color RGB value is (203,176,2).

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

The process color (four color CMYK) of #cbb002 color hex is 0.00, 0.13, 0.99, 0.20. Web safe color of #cbb002 is #cc9900. Color #cbb002 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00000010
Octal 313 260 2
Decimal 203 176 2
Hex CB B0 2

RGB Percentages of Color #cbb002

%53.28
%46.19
%0.52

CMYK Percentages of Color #cbb002

%0
%13
%99
%20

Triadic Colors of #cbb002

#cbb002 #02cbb0 #b002cb

Analogous Colors of #cbb002

#cbb002 #82cb02 #cb4c02

Monochromatic Colors of #cbb002

#cbb002

Complementary Color

#cbb002 #021dcb

#cbb002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb002 Color CSS Codes

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

#cbb002 Text Font Color

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

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


#cbb002 Background Color

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

This div background color is #cbb002


#cbb002 Border Color

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

This div border color is #cbb002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb002


Comments

No comments written yet.

Please login to write comment.