Color Hex Logo

#caae93 Color Hex

#CAAE93
(202,174,147)
0 Favorites   0 Comments

Color spaces of #caae93

RGB 202174147
HSL0.080.340.68
HSV29°27°79°
CMYK 0.000.140.27   0.21
XYZ44.759644.935233.9180
Yxy44.93520.36210.3635
Hunter Lab67.03371.878616.9238
CIE-Lab72.84926.032017.6111

#caae93 color RGB value is (202,174,147).

#caae93 hex color red value is 202, green value is 174 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #caae93 hue: 0.08 , saturation: 0.34 and the lightness value of caae93 is 0.68.

The process color (four color CMYK) of #caae93 color hex is 0.00, 0.14, 0.27, 0.21. Web safe color of #caae93 is #cc9999. Color #caae93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101110 10010011
Octal 312 256 223
Decimal 202 174 147
Hex CA AE 93

RGB Percentages of Color #caae93

%38.62
%33.27
%28.11

CMYK Percentages of Color #caae93

%0
%14
%27
%21

Triadic Colors of #caae93

#caae93 #93caae #ae93ca

Analogous Colors of #caae93

#caae93 #caca93 #ca9394

Monochromatic Colors of #caae93

#caae93

Complementary Color

#caae93 #93afca

#caae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caae93 Color CSS Codes

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

#caae93 Text Font Color

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

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


#caae93 Background Color

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

This div background color is #caae93


#caae93 Border Color

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

This div border color is #caae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caae93


Comments

No comments written yet.

Please login to write comment.