Color Hex Logo

#97eadc Color Hex

#97EADC
(151,234,220)
0 Favorites   0 Comments

Color spaces of #97eadc

RGB 151234220
HSL0.470.660.75
HSV170°35°92°
CMYK 0.350.000.06   0.08
XYZ55.103670.592378.4315
Yxy70.59230.26990.3458
Hunter Lab84.0192-29.96533.4666
CIE-Lab87.2865-28.2828-1.2032

#97eadc color RGB value is (151,234,220).

#97eadc hex color red value is 151, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #97eadc hue: 0.47 , saturation: 0.66 and the lightness value of 97eadc is 0.75.

The process color (four color CMYK) of #97eadc color hex is 0.35, 0.00, 0.06, 0.08. Web safe color of #97eadc is #99ffcc. Color #97eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11011100
Octal 227 352 334
Decimal 151 234 220
Hex 97 EA DC

RGB Percentages of Color #97eadc

%24.96
%38.68
%36.36

CMYK Percentages of Color #97eadc

%35
%0
%6
%8

Triadic Colors of #97eadc

#97eadc #dc97ea #eadc97

Analogous Colors of #97eadc

#97eadc #97cfea #97eab3

Monochromatic Colors of #97eadc

#97eadc

Complementary Color

#97eadc #ea97a5

#97eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eadc Color CSS Codes

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

#97eadc Text Font Color

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

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


#97eadc Background Color

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

This div background color is #97eadc


#97eadc Border Color

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

This div border color is #97eadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,234,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97eadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97eadc;
  -webkit-box-shadow: 1px 1px 3px 2px #97eadc;
  box-shadow:         1px 1px 3px 2px #97eadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,234,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eadc


Comments

No comments written yet.

Please login to write comment.