Color Hex Logo

#caae5d Color Hex

#CAAE5D
(202,174,93)
0 Favorites   0 Comments

Color spaces of #caae5d

RGB 20217493
HSL0.120.510.58
HSV45°54°79°
CMYK 0.000.140.54   0.21
XYZ41.469043.619016.5896
Yxy43.61900.40780.4290
Hunter Lab66.0447-3.499331.3384
CIE-Lab71.97310.031944.8571

#caae5d color RGB value is (202,174,93).

#caae5d hex color red value is 202, green value is 174 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #caae5d hue: 0.12 , saturation: 0.51 and the lightness value of caae5d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 01011101
Octal 312 256 135
Decimal 202 174 93
Hex CA AE 5D

RGB Percentages of Color #caae5d

%43.07
%37.10
%19.83

CMYK Percentages of Color #caae5d

%0
%14
%54
%21

Triadic Colors of #caae5d

#caae5d #5dcaae #ae5dca

Analogous Colors of #caae5d

#caae5d #b0ca5d #ca785d

Monochromatic Colors of #caae5d

#caae5d

Complementary Color

#caae5d #5d79ca

#caae5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae5d Color CSS Codes

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

#caae5d Text Font Color

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

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


#caae5d Background Color

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

This div background color is #caae5d


#caae5d Border Color

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

This div border color is #caae5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae5d


Comments

No comments written yet.

Please login to write comment.