Color Hex Logo

#cae795 Color Hex

#CAE795
(202,231,149)
0 Favorites   0 Comments

Color spaces of #cae795

RGB 202231149
HSL0.230.630.75
HSV81°35°91°
CMYK 0.130.000.35   0.09
XYZ58.357971.878339.2319
Yxy71.87830.34440.4241
Hunter Lab84.7811-25.498831.9107
CIE-Lab87.9100-22.919036.8383

#cae795 color RGB value is (202,231,149).

#cae795 hex color red value is 202, green value is 231 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cae795 hue: 0.23 , saturation: 0.63 and the lightness value of cae795 is 0.75.

The process color (four color CMYK) of #cae795 color hex is 0.13, 0.00, 0.35, 0.09. Web safe color of #cae795 is #ccff99. Color #cae795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 10010101
Octal 312 347 225
Decimal 202 231 149
Hex CA E7 95

RGB Percentages of Color #cae795

%34.71
%39.69
%25.60

CMYK Percentages of Color #cae795

%13
%0
%35
%9

Triadic Colors of #cae795

#cae795 #95cae7 #e795ca

Analogous Colors of #cae795

#cae795 #a1e795 #e7db95

Monochromatic Colors of #cae795

#cae795

Complementary Color

#cae795 #b295e7

#cae795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae795 Color CSS Codes

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

#cae795 Text Font Color

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

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


#cae795 Background Color

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

This div background color is #cae795


#cae795 Border Color

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

This div border color is #cae795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae795


Comments

No comments written yet.

Please login to write comment.