Color Hex Logo

#caae71 Color Hex

#CAAE71
(202,174,113)
0 Favorites   0 Comments

Color spaces of #caae71

RGB 202174113
HSL0.110.460.62
HSV41°44°79°
CMYK 0.000.140.44   0.21
XYZ42.473844.020921.8811
Yxy44.02090.39190.4062
Hunter Lab66.3482-1.840126.8904
CIE-Lab72.24251.909334.9947

#caae71 color RGB value is (202,174,113).

#caae71 hex color red value is 202, green value is 174 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #caae71 hue: 0.11 , saturation: 0.46 and the lightness value of caae71 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 01110001
Octal 312 256 161
Decimal 202 174 113
Hex CA AE 71

RGB Percentages of Color #caae71

%41.31
%35.58
%23.11

CMYK Percentages of Color #caae71

%0
%14
%44
%21

Triadic Colors of #caae71

#caae71 #71caae #ae71ca

Analogous Colors of #caae71

#caae71 #baca71 #ca8271

Monochromatic Colors of #caae71

#caae71

Complementary Color

#caae71 #718dca

#caae71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae71 Color CSS Codes

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

#caae71 Text Font Color

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

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


#caae71 Background Color

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

This div background color is #caae71


#caae71 Border Color

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

This div border color is #caae71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae71


Comments

No comments written yet.

Please login to write comment.