Color Hex Logo

#ccb62f Color Hex

#CCB62F
(204,182,47)
0 Favorites   0 Comments

Color spaces of #ccb62f

RGB 20418247
HSL0.140.630.49
HSV52°77°80°
CMYK 0.000.110.77   0.20
XYZ42.142946.49859.4433
Yxy46.49850.42970.4741
Hunter Lab68.1898-9.015039.5221
CIE-Lab73.8678-6.091966.4158

#ccb62f color RGB value is (204,182,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 00101111
Octal 314 266 57
Decimal 204 182 47
Hex CC B6 2F

RGB Percentages of Color #ccb62f

%47.11
%42.03
%10.85

CMYK Percentages of Color #ccb62f

%0
%11
%77
%20

Triadic Colors of #ccb62f

#ccb62f #2fccb6 #b62fcc

Analogous Colors of #ccb62f

#ccb62f #94cc2f #cc682f

Monochromatic Colors of #ccb62f

#ccb62f

Complementary Color

#ccb62f #2f45cc

#ccb62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb62f Color CSS Codes

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

#ccb62f Text Font Color

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

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


#ccb62f Background Color

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

This div background color is #ccb62f


#ccb62f Border Color

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

This div border color is #ccb62f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,182,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 #ccb62f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb62f


Comments

No comments written yet.

Please login to write comment.