Color Hex Logo

#98aef0 Color Hex

#98AEF0
(152,174,240)
0 Favorites   0 Comments

Color spaces of #98aef0

RGB 152174240
HSL0.630.750.77
HSV225°37°94°
CMYK 0.370.280.00   0.06
XYZ43.813143.238888.4748
Yxy43.23880.24960.2463
Hunter Lab65.75623.8604-33.7452
CIE-Lab71.71688.1517-35.3950

#98aef0 color RGB value is (152,174,240).

#98aef0 hex color red value is 152, green value is 174 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #98aef0 hue: 0.63 , saturation: 0.75 and the lightness value of 98aef0 is 0.77.

The process color (four color CMYK) of #98aef0 color hex is 0.37, 0.28, 0.00, 0.06. Web safe color of #98aef0 is #9999ff. Color #98aef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 11110000
Octal 230 256 360
Decimal 152 174 240
Hex 98 AE F0

RGB Percentages of Color #98aef0

%26.86
%30.74
%42.40

CMYK Percentages of Color #98aef0

%37
%28
%0
%6

Triadic Colors of #98aef0

#98aef0 #f098ae #aef098

Analogous Colors of #98aef0

#98aef0 #ae98f0 #98daf0

Monochromatic Colors of #98aef0

#98aef0

Complementary Color

#98aef0 #f0da98

#98aef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aef0 Color CSS Codes

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

#98aef0 Text Font Color

<p style="color:#98aef0">Text here</p>

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


#98aef0 Background Color

<div style="background-color:#98aef0">
Div content here</div>

This div background color is #98aef0


#98aef0 Border Color

<div style="border:3px solid #98aef0">
Div here</div>

This div border color is #98aef0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,174,240, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98aef0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98aef0;
  -webkit-box-shadow: 1px 1px 3px 2px #98aef0;
  box-shadow:         1px 1px 3px 2px #98aef0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aef0


Comments

No comments written yet.

Please login to write comment.