Color Hex Logo

#cbcc0b Color Hex

#CBCC0B
(203,204,11)
0 Favorites   0 Comments

Color spaces of #cbcc0b

RGB 20320411
HSL0.170.900.42
HSV60°95°80°
CMYK 0.000.000.95   0.20
XYZ46.281955.90648.6683
Yxy55.90640.41750.5043
Hunter Lab74.7706-20.359645.4658
CIE-Lab79.5605-18.535178.7220

#cbcc0b color RGB value is (203,204,11).

#cbcc0b hex color red value is 203, green value is 204 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cbcc0b hue: 0.17 , saturation: 0.90 and the lightness value of cbcc0b is 0.42.

The process color (four color CMYK) of #cbcc0b color hex is 0.00, 0.00, 0.95, 0.20. Web safe color of #cbcc0b is #cccc00. Color #cbcc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 00001011
Octal 313 314 13
Decimal 203 204 11
Hex CB CC B

RGB Percentages of Color #cbcc0b

%48.56
%48.80
%2.63

CMYK Percentages of Color #cbcc0b

%0
%0
%95
%20

Triadic Colors of #cbcc0b

#cbcc0b #0bcbcc #cc0bcb

Analogous Colors of #cbcc0b

#cbcc0b #6bcc0b #cc6d0b

Monochromatic Colors of #cbcc0b

#cbcc0b

Complementary Color

#cbcc0b #0c0bcc

#cbcc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc0b Color CSS Codes

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

#cbcc0b Text Font Color

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

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


#cbcc0b Background Color

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

This div background color is #cbcc0b


#cbcc0b Border Color

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

This div border color is #cbcc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc0b


Comments

No comments written yet.

Please login to write comment.