Color Hex Logo

#cae593 Color Hex

#CAE593
(202,229,147)
0 Favorites   0 Comments

Color spaces of #cae593

RGB 202229147
HSL0.220.610.74
HSV80°36°90°
CMYK 0.120.000.36   0.10
XYZ57.642970.701838.2125
Yxy70.70180.34610.4245
Hunter Lab84.0844-24.779431.9145
CIE-Lab87.3399-22.204637.0989

#cae593 color RGB value is (202,229,147).

#cae593 hex color red value is 202, green value is 229 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cae593 hue: 0.22 , saturation: 0.61 and the lightness value of cae593 is 0.74.

The process color (four color CMYK) of #cae593 color hex is 0.12, 0.00, 0.36, 0.10. Web safe color of #cae593 is #cccc99. Color #cae593 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 10010011
Octal 312 345 223
Decimal 202 229 147
Hex CA E5 93

RGB Percentages of Color #cae593

%34.95
%39.62
%25.43

CMYK Percentages of Color #cae593

%12
%0
%36
%10

Triadic Colors of #cae593

#cae593 #93cae5 #e593ca

Analogous Colors of #cae593

#cae593 #a1e593 #e5d793

Monochromatic Colors of #cae593

#cae593

Complementary Color

#cae593 #ae93e5

#cae593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae593 Color CSS Codes

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

#cae593 Text Font Color

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

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


#cae593 Background Color

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

This div background color is #cae593


#cae593 Border Color

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

This div border color is #cae593


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,229,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 #cae593">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae593


Comments

No comments written yet.

Please login to write comment.