Color Hex Logo

#97aeda Color Hex

#97AEDA
(151,174,218)
0 Favorites   0 Comments

Color spaces of #97aeda

RGB 151174218
HSL0.610.480.72
HSV219°31°85°
CMYK 0.310.200.00   0.15
XYZ40.553441.913472.2824
Yxy41.91340.26210.2708
Hunter Lab64.7406-1.4838-20.8785
CIE-Lab70.81122.2284-24.7956

#97aeda color RGB value is (151,174,218).

#97aeda hex color red value is 151, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #97aeda hue: 0.61 , saturation: 0.48 and the lightness value of 97aeda is 0.72.

The process color (four color CMYK) of #97aeda color hex is 0.31, 0.20, 0.00, 0.15. Web safe color of #97aeda is #9999cc. Color #97aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101110 11011010
Octal 227 256 332
Decimal 151 174 218
Hex 97 AE DA

RGB Percentages of Color #97aeda

%27.81
%32.04
%40.15

CMYK Percentages of Color #97aeda

%31
%20
%0
%15

Triadic Colors of #97aeda

#97aeda #da97ae #aeda97

Analogous Colors of #97aeda

#97aeda #a297da #97d0da

Monochromatic Colors of #97aeda

#97aeda

Complementary Color

#97aeda #dac397

#97aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#97aeda Color CSS Codes

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

#97aeda Text Font Color

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

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


#97aeda Background Color

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

This div background color is #97aeda


#97aeda Border Color

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

This div border color is #97aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97aeda


Comments

No comments written yet.

Please login to write comment.