Color Hex Logo

#cbcc47 Color Hex

#CBCC47
(203,204,71)
0 Favorites   0 Comments

Color spaces of #cbcc47

RGB 20320471
HSL0.170.570.54
HSV60°65°80°
CMYK 0.000.000.65   0.20
XYZ47.358856.337214.3393
Yxy56.33720.40120.4773
Hunter Lab75.0581-18.725041.2138
CIE-Lab79.8053-16.562863.4274

#cbcc47 color RGB value is (203,204,71).

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

The process color (four color CMYK) of #cbcc47 color hex is 0.00, 0.00, 0.65, 0.20. Web safe color of #cbcc47 is #cccc33. Color #cbcc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 01000111
Octal 313 314 107
Decimal 203 204 71
Hex CB CC 47

RGB Percentages of Color #cbcc47

%42.47
%42.68
%14.85

CMYK Percentages of Color #cbcc47

%0
%0
%65
%20

Triadic Colors of #cbcc47

#cbcc47 #47cbcc #cc47cb

Analogous Colors of #cbcc47

#cbcc47 #89cc47 #cc8b47

Monochromatic Colors of #cbcc47

#cbcc47

Complementary Color

#cbcc47 #4847cc

#cbcc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc47 Color CSS Codes

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

#cbcc47 Text Font Color

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

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


#cbcc47 Background Color

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

This div background color is #cbcc47


#cbcc47 Border Color

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

This div border color is #cbcc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc47


Comments

No comments written yet.

Please login to write comment.