Color Hex Logo

#98abe2 Color Hex

#98ABE2
(152,171,226)
0 Favorites   0 Comments

Color spaces of #98abe2

RGB 152171226
HSL0.620.560.74
HSV225°33°89°
CMYK 0.330.240.00   0.11
XYZ41.239341.292277.7482
Yxy41.29220.25730.2576
Hunter Lab64.25902.1021-26.7548
CIE-Lab70.38026.1965-29.8300

#98abe2 color RGB value is (152,171,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11100010
Octal 230 253 342
Decimal 152 171 226
Hex 98 AB E2

RGB Percentages of Color #98abe2

%27.69
%31.15
%41.17

CMYK Percentages of Color #98abe2

%33
%24
%0
%11

Triadic Colors of #98abe2

#98abe2 #e298ab #abe298

Analogous Colors of #98abe2

#98abe2 #aa98e2 #98d0e2

Monochromatic Colors of #98abe2

#98abe2

Complementary Color

#98abe2 #e2cf98

#98abe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abe2 Color CSS Codes

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

#98abe2 Text Font Color

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

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


#98abe2 Background Color

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

This div background color is #98abe2


#98abe2 Border Color

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

This div border color is #98abe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abe2


Comments

No comments written yet.

Please login to write comment.