Color Hex Logo

#98abe3 Color Hex

#98ABE3
(152,171,227)
0 Favorites   0 Comments

Color spaces of #98abe3

RGB 152171227
HSL0.620.570.74
HSV225°33°89°
CMYK 0.330.250.00   0.11
XYZ41.376941.347378.4731
Yxy41.34730.25670.2565
Hunter Lab64.30192.3327-27.3454
CIE-Lab70.41866.4515-30.3176

#98abe3 color RGB value is (152,171,227).

#98abe3 hex color red value is 152, green value is 171 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #98abe3 hue: 0.62 , saturation: 0.57 and the lightness value of 98abe3 is 0.74.

The process color (four color CMYK) of #98abe3 color hex is 0.33, 0.25, 0.00, 0.11. Web safe color of #98abe3 is #9999cc. Color #98abe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11100011
Octal 230 253 343
Decimal 152 171 227
Hex 98 AB E3

RGB Percentages of Color #98abe3

%27.64
%31.09
%41.27

CMYK Percentages of Color #98abe3

%33
%25
%0
%11

Triadic Colors of #98abe3

#98abe3 #e398ab #abe398

Analogous Colors of #98abe3

#98abe3 #ab98e3 #98d1e3

Monochromatic Colors of #98abe3

#98abe3

Complementary Color

#98abe3 #e3d098

#98abe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abe3 Color CSS Codes

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

#98abe3 Text Font Color

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

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


#98abe3 Background Color

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

This div background color is #98abe3


#98abe3 Border Color

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

This div border color is #98abe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abe3


Comments

No comments written yet.

Please login to write comment.