Color Hex Logo

#ccb42f Color Hex

#CCB42F
(204,180,47)
0 Favorites   0 Comments

Color spaces of #ccb42f

RGB 20418047
HSL0.140.630.49
HSV51°77°80°
CMYK 0.000.120.77   0.20
XYZ41.736245.68519.3077
Yxy45.68510.43150.4723
Hunter Lab67.5908-8.062939.1489
CIE-Lab73.3407-5.050465.9327

#ccb42f color RGB value is (204,180,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 00101111
Octal 314 264 57
Decimal 204 180 47
Hex CC B4 2F

RGB Percentages of Color #ccb42f

%47.33
%41.76
%10.90

CMYK Percentages of Color #ccb42f

%0
%12
%77
%20

Triadic Colors of #ccb42f

#ccb42f #2fccb4 #b42fcc

Analogous Colors of #ccb42f

#ccb42f #96cc2f #cc662f

Monochromatic Colors of #ccb42f

#ccb42f

Complementary Color

#ccb42f #2f47cc

#ccb42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb42f Color CSS Codes

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

#ccb42f Text Font Color

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

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


#ccb42f Background Color

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

This div background color is #ccb42f


#ccb42f Border Color

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

This div border color is #ccb42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb42f


Comments

No comments written yet.

Please login to write comment.