Color Hex Logo

#cccb2e Color Hex

#CCCB2E
(204,203,46)
0 Favorites   0 Comments

Color spaces of #cccb2e

RGB 20420346
HSL0.170.630.49
HSV60°77°80°
CMYK 0.000.000.77   0.20
XYZ46.750955.746510.8809
Yxy55.74650.41230.4917
Hunter Lab74.6636-18.892843.6240
CIE-Lab79.4693-16.817871.7915

#cccb2e color RGB value is (204,203,46).

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

The process color (four color CMYK) of #cccb2e color hex is 0.00, 0.00, 0.77, 0.20. Web safe color of #cccb2e is #cccc33. Color #cccb2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00101110
Octal 314 313 56
Decimal 204 203 46
Hex CC CB 2E

RGB Percentages of Color #cccb2e

%45.03
%44.81
%10.15

CMYK Percentages of Color #cccb2e

%0
%0
%77
%20

Triadic Colors of #cccb2e

#cccb2e #2ecccb #cb2ecc

Analogous Colors of #cccb2e

#cccb2e #7ecc2e #cc7c2e

Monochromatic Colors of #cccb2e

#cccb2e

Complementary Color

#cccb2e #2e2fcc

#cccb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb2e Color CSS Codes

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

#cccb2e Text Font Color

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

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


#cccb2e Background Color

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

This div background color is #cccb2e


#cccb2e Border Color

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

This div border color is #cccb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb2e


Comments

No comments written yet.

Please login to write comment.