Color Hex Logo

#97afed Color Hex

#97AFED
(151,175,237)
0 Favorites   0 Comments

Color spaces of #97afed

RGB 151175237
HSL0.620.700.76
HSV223°36°93°
CMYK 0.360.260.00   0.07
XYZ43.378543.353786.2026
Yxy43.35370.25080.2507
Hunter Lab65.84352.3718-31.5322
CIE-Lab71.79446.5357-33.6496

#97afed color RGB value is (151,175,237).

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

The process color (four color CMYK) of #97afed color hex is 0.36, 0.26, 0.00, 0.07. Web safe color of #97afed is #9999ff. Color #97afed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10101111 11101101
Octal 227 257 355
Decimal 151 175 237
Hex 97 AF ED

RGB Percentages of Color #97afed

%26.82
%31.08
%42.10

CMYK Percentages of Color #97afed

%36
%26
%0
%7

Triadic Colors of #97afed

#97afed #ed97af #afed97

Analogous Colors of #97afed

#97afed #aa97ed #97daed

Monochromatic Colors of #97afed

#97afed

Complementary Color

#97afed #edd597

#97afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#97afed Color CSS Codes

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

#97afed Text Font Color

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

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


#97afed Background Color

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

This div background color is #97afed


#97afed Border Color

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

This div border color is #97afed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,175,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 #97afed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97afed


Comments

No comments written yet.

Please login to write comment.