Color Hex Logo

#cae693 Color Hex

#CAE693
(202,230,147)
0 Favorites   0 Comments

Color spaces of #cae693

RGB 202230147
HSL0.220.620.74
HSV80°36°90°
CMYK 0.120.000.36   0.10
XYZ57.920471.256838.3050
Yxy71.25680.34580.4255
Hunter Lab84.4137-25.246532.1852
CIE-Lab87.6096-22.689037.4501

#cae693 color RGB value is (202,230,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 10010011
Octal 312 346 223
Decimal 202 230 147
Hex CA E6 93

RGB Percentages of Color #cae693

%34.89
%39.72
%25.39

CMYK Percentages of Color #cae693

%12
%0
%36
%10

Triadic Colors of #cae693

#cae693 #93cae6 #e693ca

Analogous Colors of #cae693

#cae693 #a1e693 #e6d993

Monochromatic Colors of #cae693

#cae693

Complementary Color

#cae693 #af93e6

#cae693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae693 Color CSS Codes

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

#cae693 Text Font Color

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

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


#cae693 Background Color

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

This div background color is #cae693


#cae693 Border Color

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

This div border color is #cae693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae693


Comments

No comments written yet.

Please login to write comment.