Color Hex Logo

#ccae31 Color Hex

#CCAE31
(204,174,49)
0 Favorites   0 Comments

Color spaces of #ccae31

RGB 20417449
HSL0.130.610.50
HSV48°76°80°
CMYK 0.000.150.76   0.20
XYZ40.592343.33129.1301
Yxy43.33120.43620.4657
Hunter Lab65.8264-5.123137.8550
CIE-Lab71.7792-1.823863.8044

#ccae31 color RGB value is (204,174,49).

#ccae31 hex color red value is 204, green value is 174 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ccae31 hue: 0.13 , saturation: 0.61 and the lightness value of ccae31 is 0.50.

The process color (four color CMYK) of #ccae31 color hex is 0.00, 0.15, 0.76, 0.20. Web safe color of #ccae31 is #cc9933. Color #ccae31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00110001
Octal 314 256 61
Decimal 204 174 49
Hex CC AE 31

RGB Percentages of Color #ccae31

%47.78
%40.75
%11.48

CMYK Percentages of Color #ccae31

%0
%15
%76
%20

Triadic Colors of #ccae31

#ccae31 #31ccae #ae31cc

Analogous Colors of #ccae31

#ccae31 #9dcc31 #cc6131

Monochromatic Colors of #ccae31

#ccae31

Complementary Color

#ccae31 #314fcc

#ccae31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae31 Color CSS Codes

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

#ccae31 Text Font Color

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

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


#ccae31 Background Color

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

This div background color is #ccae31


#ccae31 Border Color

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

This div border color is #ccae31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae31


Comments

No comments written yet.

Please login to write comment.