Color Hex Logo

#98aeec Color Hex

#98AEEC
(152,174,236)
0 Favorites   0 Comments

Color spaces of #98aeec

RGB 152174236
HSL0.620.690.76
HSV224°36°93°
CMYK 0.360.260.00   0.07
XYZ43.225343.003685.3792
Yxy43.00360.25190.2506
Hunter Lab65.57712.8987-31.2896
CIE-Lab71.55747.1034-33.4671

#98aeec color RGB value is (152,174,236).

#98aeec hex color red value is 152, green value is 174 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #98aeec hue: 0.62 , saturation: 0.69 and the lightness value of 98aeec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 11101100
Octal 230 256 354
Decimal 152 174 236
Hex 98 AE EC

RGB Percentages of Color #98aeec

%27.05
%30.96
%41.99

CMYK Percentages of Color #98aeec

%36
%26
%0
%7

Triadic Colors of #98aeec

#98aeec #ec98ae #aeec98

Analogous Colors of #98aeec

#98aeec #ac98ec #98d8ec

Monochromatic Colors of #98aeec

#98aeec

Complementary Color

#98aeec #ecd698

#98aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aeec Color CSS Codes

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

#98aeec Text Font Color

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

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


#98aeec Background Color

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

This div background color is #98aeec


#98aeec Border Color

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

This div border color is #98aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aeec


Comments

No comments written yet.

Please login to write comment.