Color Hex Logo

#cccb2b Color Hex

#CCCB2B
(204,203,43)
0 Favorites   0 Comments

Color spaces of #cccb2b

RGB 20420343
HSL0.170.650.48
HSV60°79°80°
CMYK 0.000.000.79   0.20
XYZ46.693855.723710.5802
Yxy55.72370.41320.4931
Hunter Lab74.6483-18.979743.8504
CIE-Lab79.4563-16.922472.6321

#cccb2b color RGB value is (204,203,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00101011
Octal 314 313 53
Decimal 204 203 43
Hex CC CB 2B

RGB Percentages of Color #cccb2b

%45.33
%45.11
%9.56

CMYK Percentages of Color #cccb2b

%0
%0
%79
%20

Triadic Colors of #cccb2b

#cccb2b #2bcccb #cb2bcc

Analogous Colors of #cccb2b

#cccb2b #7dcc2b #cc7b2b

Monochromatic Colors of #cccb2b

#cccb2b

Complementary Color

#cccb2b #2b2ccc

#cccb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb2b Color CSS Codes

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

#cccb2b Text Font Color

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

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


#cccb2b Background Color

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

This div background color is #cccb2b


#cccb2b Border Color

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

This div border color is #cccb2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb2b


Comments

No comments written yet.

Please login to write comment.