Color Hex Logo

#97edd4 Color Hex

#97EDD4
(151,237,212)
0 Favorites   0 Comments

Color spaces of #97edd4

RGB 151237212
HSL0.450.700.76
HSV163°36°93°
CMYK 0.360.000.11   0.07
XYZ54.930471.901173.2705
Yxy71.90110.27450.3593
Hunter Lab84.7945-32.75708.1240
CIE-Lab87.9210-31.45463.9126

#97edd4 color RGB value is (151,237,212).

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

The process color (four color CMYK) of #97edd4 color hex is 0.36, 0.00, 0.11, 0.07. Web safe color of #97edd4 is #99ffcc. Color #97edd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101101 11010100
Octal 227 355 324
Decimal 151 237 212
Hex 97 ED D4

RGB Percentages of Color #97edd4

%25.17
%39.50
%35.33

CMYK Percentages of Color #97edd4

%36
%0
%11
%7

Triadic Colors of #97edd4

#97edd4 #d497ed #edd497

Analogous Colors of #97edd4

#97edd4 #97dbed #97eda9

Monochromatic Colors of #97edd4

#97edd4

Complementary Color

#97edd4 #ed97b0

#97edd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97edd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97edd4 Color CSS Codes

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

#97edd4 Text Font Color

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

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


#97edd4 Background Color

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

This div background color is #97edd4


#97edd4 Border Color

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

This div border color is #97edd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97edd4


Comments

No comments written yet.

Please login to write comment.