Color Hex Logo

#caae58 Color Hex

#CAAE58
(202,174,88)
0 Favorites   0 Comments

Color spaces of #caae58

RGB 20217488
HSL0.130.520.57
HSV45°56°79°
CMYK 0.000.140.56   0.21
XYZ41.254643.533215.4609
Yxy43.53320.41150.4343
Hunter Lab65.9797-3.855232.2925
CIE-Lab71.9154-0.374047.2373

#caae58 color RGB value is (202,174,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 01011000
Octal 312 256 130
Decimal 202 174 88
Hex CA AE 58

RGB Percentages of Color #caae58

%43.53
%37.50
%18.97

CMYK Percentages of Color #caae58

%0
%14
%56
%21

Triadic Colors of #caae58

#caae58 #58caae #ae58ca

Analogous Colors of #caae58

#caae58 #adca58 #ca7558

Monochromatic Colors of #caae58

#caae58

Complementary Color

#caae58 #5874ca

#caae58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae58 Color CSS Codes

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

#caae58 Text Font Color

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

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


#caae58 Background Color

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

This div background color is #caae58


#caae58 Border Color

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

This div border color is #caae58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae58


Comments

No comments written yet.

Please login to write comment.