Color Hex Logo

#ccb45a Color Hex

#CCB45A
(204,180,90)
0 Favorites   0 Comments

Color spaces of #ccb45a

RGB 20418090
HSL0.130.530.58
HSV47°56°80°
CMYK 0.000.120.56   0.20
XYZ43.068646.218116.3239
Yxy46.21810.40780.4376
Hunter Lab67.9839-5.890033.3524
CIE-Lab73.6868-2.540348.3852

#ccb45a color RGB value is (204,180,90).

#ccb45a hex color red value is 204, green value is 180 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccb45a hue: 0.13 , saturation: 0.53 and the lightness value of ccb45a is 0.58.

The process color (four color CMYK) of #ccb45a color hex is 0.00, 0.12, 0.56, 0.20. Web safe color of #ccb45a is #cccc66. Color #ccb45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 01011010
Octal 314 264 132
Decimal 204 180 90
Hex CC B4 5A

RGB Percentages of Color #ccb45a

%43.04
%37.97
%18.99

CMYK Percentages of Color #ccb45a

%0
%12
%56
%20

Triadic Colors of #ccb45a

#ccb45a #5accb4 #b45acc

Analogous Colors of #ccb45a

#ccb45a #abcc5a #cc7b5a

Monochromatic Colors of #ccb45a

#ccb45a

Complementary Color

#ccb45a #5a72cc

#ccb45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb45a Color CSS Codes

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

#ccb45a Text Font Color

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

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


#ccb45a Background Color

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

This div background color is #ccb45a


#ccb45a Border Color

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

This div border color is #ccb45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb45a


Comments

No comments written yet.

Please login to write comment.