Color Hex Logo

#97eced Color Hex

#97ECED
(151,236,237)
0 Favorites   0 Comments

Color spaces of #97eced

RGB 151236237
HSL0.500.700.76
HSV181°36°93°
CMYK 0.360.000.00   0.07
XYZ58.044072.684691.0911
Yxy72.68460.26170.3277
Hunter Lab85.2553-27.6693-3.6698
CIE-Lab88.2971-25.3508-8.6300

#97eced color RGB value is (151,236,237).

#97eced hex color red value is 151, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #97eced hue: 0.50 , saturation: 0.70 and the lightness value of 97eced is 0.76.

The process color (four color CMYK) of #97eced color hex is 0.36, 0.00, 0.00, 0.07. Web safe color of #97eced is #99ffff. Color #97eced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101100 11101101
Octal 227 354 355
Decimal 151 236 237
Hex 97 EC ED

RGB Percentages of Color #97eced

%24.20
%37.82
%37.98

CMYK Percentages of Color #97eced

%36
%0
%0
%7

Triadic Colors of #97eced

#97eced #ed97ec #eced97

Analogous Colors of #97eced

#97eced #97c1ed #97edc3

Monochromatic Colors of #97eced

#97eced

Complementary Color

#97eced #ed9897

#97eced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eced Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eced Color CSS Codes

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

#97eced Text Font Color

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

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


#97eced Background Color

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

This div background color is #97eced


#97eced Border Color

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

This div border color is #97eced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eced


Comments

No comments written yet.

Please login to write comment.