Color Hex Logo

#ccb52e Color Hex

#CCB52E
(204,181,46)
0 Favorites   0 Comments

Color spaces of #ccb52e

RGB 20418146
HSL0.140.630.49
HSV51°77°80°
CMYK 0.000.110.77   0.20
XYZ41.918946.08249.2702
Yxy46.08240.43090.4738
Hunter Lab67.8840-8.571939.4222
CIE-Lab73.5990-5.609766.4964

#ccb52e color RGB value is (204,181,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 00101110
Octal 314 265 56
Decimal 204 181 46
Hex CC B5 2E

RGB Percentages of Color #ccb52e

%47.33
%42.00
%10.67

CMYK Percentages of Color #ccb52e

%0
%11
%77
%20

Triadic Colors of #ccb52e

#ccb52e #2eccb5 #b52ecc

Analogous Colors of #ccb52e

#ccb52e #94cc2e #cc662e

Monochromatic Colors of #ccb52e

#ccb52e

Complementary Color

#ccb52e #2e45cc

#ccb52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb52e Color CSS Codes

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

#ccb52e Text Font Color

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

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


#ccb52e Background Color

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

This div background color is #ccb52e


#ccb52e Border Color

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

This div border color is #ccb52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb52e


Comments

No comments written yet.

Please login to write comment.