Color Hex Logo

#cbcc66 Color Hex

#CBCC66
(203,204,102)
0 Favorites   0 Comments

Color spaces of #cbcc66

RGB 203204102
HSL0.170.500.60
HSV61°50°80°
CMYK 0.000.000.50   0.20
XYZ48.619756.841620.9794
Yxy56.84160.38450.4496
Hunter Lab75.3934-16.827336.2770
CIE-Lab80.0904-14.304450.1574

#cbcc66 color RGB value is (203,204,102).

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

The process color (four color CMYK) of #cbcc66 color hex is 0.00, 0.00, 0.50, 0.20. Web safe color of #cbcc66 is #cccc66. Color #cbcc66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001100 01100110
Octal 313 314 146
Decimal 203 204 102
Hex CB CC 66

RGB Percentages of Color #cbcc66

%39.88
%40.08
%20.04

CMYK Percentages of Color #cbcc66

%0
%0
%50
%20

Triadic Colors of #cbcc66

#cbcc66 #66cbcc #cc66cb

Analogous Colors of #cbcc66

#cbcc66 #98cc66 #cc9a66

Monochromatic Colors of #cbcc66

#cbcc66

Complementary Color

#cbcc66 #6766cc

#cbcc66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc66 Color CSS Codes

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

#cbcc66 Text Font Color

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

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


#cbcc66 Background Color

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

This div background color is #cbcc66


#cbcc66 Border Color

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

This div border color is #cbcc66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc66


Comments

No comments written yet.

Please login to write comment.