Color Hex Logo

#97eaff Color Hex

#97EAFF
(151,234,255)
1 Favorites   0 Comments

Color spaces of #97eaff

RGB 151234255
HSL0.531.000.80
HSV192°41°100°
CMYK 0.410.080.00   0.00
XYZ60.235372.6449105.4549
Yxy72.64490.25270.3048
Hunter Lab85.2320-23.0061-13.6953
CIE-Lab88.2781-19.9965-18.0888

#97eaff color RGB value is (151,234,255).

#97eaff hex color red value is 151, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #97eaff hue: 0.53 , saturation: 1.00 and the lightness value of 97eaff is 0.80.

The process color (four color CMYK) of #97eaff color hex is 0.41, 0.08, 0.00, 0.00. Web safe color of #97eaff is #99ffff. Color #97eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11101010 11111111
Octal 227 352 377
Decimal 151 234 255
Hex 97 EA FF

RGB Percentages of Color #97eaff

%23.59
%36.56
%39.84

CMYK Percentages of Color #97eaff

%41
%8
%0
%0

Triadic Colors of #97eaff

#97eaff #ff97ea #eaff97

Analogous Colors of #97eaff

#97eaff #97b6ff #97ffe0

Monochromatic Colors of #97eaff

#97eaff

Complementary Color

#97eaff #ffac97

#97eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#97eaff Color CSS Codes

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

#97eaff Text Font Color

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

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


#97eaff Background Color

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

This div background color is #97eaff


#97eaff Border Color

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

This div border color is #97eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.