Color Hex Logo

#98abef Color Hex

#98ABEF
(152,171,239)
0 Favorites   0 Comments

Color spaces of #98abef

RGB 152171239
HSL0.630.730.77
HSV227°36°94°
CMYK 0.360.280.00   0.06
XYZ43.091842.033287.5034
Yxy42.03320.24960.2435
Hunter Lab64.83305.1837-34.6390
CIE-Lab70.89389.5676-36.1283

#98abef color RGB value is (152,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11101111
Octal 230 253 357
Decimal 152 171 239
Hex 98 AB EF

RGB Percentages of Color #98abef

%27.05
%30.43
%42.53

CMYK Percentages of Color #98abef

%36
%28
%0
%6

Triadic Colors of #98abef

#98abef #ef98ab #abef98

Analogous Colors of #98abef

#98abef #b198ef #98d7ef

Monochromatic Colors of #98abef

#98abef

Complementary Color

#98abef #efdc98

#98abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abef Color CSS Codes

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

#98abef Text Font Color

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

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


#98abef Background Color

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

This div background color is #98abef


#98abef Border Color

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

This div border color is #98abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abef


Comments

No comments written yet.

Please login to write comment.