Color Hex Logo

#ccae33 Color Hex

#CCAE33
(204,174,51)
0 Favorites   0 Comments

Color spaces of #ccae33

RGB 20417451
HSL0.130.600.50
HSV48°75°80°
CMYK 0.000.150.75   0.20
XYZ40.635443.34859.3573
Yxy43.34850.43530.4644
Hunter Lab65.8396-5.051237.6612
CIE-Lab71.7909-1.740963.1043

#ccae33 color RGB value is (204,174,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00110011
Octal 314 256 63
Decimal 204 174 51
Hex CC AE 33

RGB Percentages of Color #ccae33

%47.55
%40.56
%11.89

CMYK Percentages of Color #ccae33

%0
%15
%75
%20

Triadic Colors of #ccae33

#ccae33 #33ccae #ae33cc

Analogous Colors of #ccae33

#ccae33 #9ecc33 #cc6233

Monochromatic Colors of #ccae33

#ccae33

Complementary Color

#ccae33 #3351cc

#ccae33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae33 Color CSS Codes

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

#ccae33 Text Font Color

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

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


#ccae33 Background Color

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

This div background color is #ccae33


#ccae33 Border Color

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

This div border color is #ccae33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae33


Comments

No comments written yet.

Please login to write comment.