Color Hex Logo

#cbc906 Color Hex

#CBC906
(203,201,6)
0 Favorites   0 Comments

Color spaces of #cbc906

RGB 2032016
HSL0.160.940.41
HSV59°97°80°
CMYK 0.000.010.97   0.20
XYZ45.548154.48298.2879
Yxy54.48290.42050.5030
Hunter Lab73.8125-19.023545.0115
CIE-Lab78.7425-17.099178.5890

#cbc906 color RGB value is (203,201,6).

#cbc906 hex color red value is 203, green value is 201 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #cbc906 hue: 0.16 , saturation: 0.94 and the lightness value of cbc906 is 0.41.

The process color (four color CMYK) of #cbc906 color hex is 0.00, 0.01, 0.97, 0.20. Web safe color of #cbc906 is #cccc00. Color #cbc906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 00000110
Octal 313 311 6
Decimal 203 201 6
Hex CB C9 6

RGB Percentages of Color #cbc906

%49.51
%49.02
%1.46

CMYK Percentages of Color #cbc906

%0
%1
%97
%20

Triadic Colors of #cbc906

#cbc906 #06cbc9 #c906cb

Analogous Colors of #cbc906

#cbc906 #6bcb06 #cb6706

Monochromatic Colors of #cbc906

#cbc906

Complementary Color

#cbc906 #0608cb

#cbc906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc906 Color CSS Codes

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

#cbc906 Text Font Color

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

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


#cbc906 Background Color

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

This div background color is #cbc906


#cbc906 Border Color

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

This div border color is #cbc906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc906


Comments

No comments written yet.

Please login to write comment.