Color Hex Logo

#caae54 Color Hex

#CAAE54
(202,174,84)
0 Favorites   0 Comments

Color spaces of #caae54

RGB 20217484
HSL0.130.530.56
HSV46°58°79°
CMYK 0.000.140.58   0.21
XYZ41.093443.468814.6120
Yxy43.46880.41440.4383
Hunter Lab65.9309-4.123533.0114
CIE-Lab71.8720-0.680849.1082

#caae54 color RGB value is (202,174,84).

#caae54 hex color red value is 202, green value is 174 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #caae54 hue: 0.13 , saturation: 0.53 and the lightness value of caae54 is 0.56.

The process color (four color CMYK) of #caae54 color hex is 0.00, 0.14, 0.58, 0.21. Web safe color of #caae54 is #cc9966. Color #caae54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 01010100
Octal 312 256 124
Decimal 202 174 84
Hex CA AE 54

RGB Percentages of Color #caae54

%43.91
%37.83
%18.26

CMYK Percentages of Color #caae54

%0
%14
%58
%21

Triadic Colors of #caae54

#caae54 #54caae #ae54ca

Analogous Colors of #caae54

#caae54 #abca54 #ca7354

Monochromatic Colors of #caae54

#caae54

Complementary Color

#caae54 #5470ca

#caae54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae54 Color CSS Codes

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

#caae54 Text Font Color

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

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


#caae54 Background Color

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

This div background color is #caae54


#caae54 Border Color

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

This div border color is #caae54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae54


Comments

No comments written yet.

Please login to write comment.