Color Hex Logo

#ccae3b Color Hex

#CCAE3B
(204,174,59)
0 Favorites   0 Comments

Color spaces of #ccae3b

RGB 20417459
HSL0.130.590.52
HSV48°71°80°
CMYK 0.000.150.71   0.20
XYZ40.827343.425210.3678
Yxy43.42520.43150.4589
Hunter Lab65.8978-4.730636.8003
CIE-Lab71.8426-1.372060.1245

#ccae3b color RGB value is (204,174,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 00111011
Octal 314 256 73
Decimal 204 174 59
Hex CC AE 3B

RGB Percentages of Color #ccae3b

%46.68
%39.82
%13.50

CMYK Percentages of Color #ccae3b

%0
%15
%71
%20

Triadic Colors of #ccae3b

#ccae3b #3bccae #ae3bcc

Analogous Colors of #ccae3b

#ccae3b #a2cc3b #cc663b

Monochromatic Colors of #ccae3b

#ccae3b

Complementary Color

#ccae3b #3b59cc

#ccae3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae3b Color CSS Codes

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

#ccae3b Text Font Color

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

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


#ccae3b Background Color

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

This div background color is #ccae3b


#ccae3b Border Color

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

This div border color is #ccae3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae3b


Comments

No comments written yet.

Please login to write comment.