Color Hex Logo

#98afeb Color Hex

#98AFEB
(152,175,235)
0 Favorites   0 Comments

Color spaces of #98afeb

RGB 152175235
HSL0.620.670.76
HSV223°35°92°
CMYK 0.350.260.00   0.08
XYZ43.274343.333584.6807
Yxy43.33350.25260.2530
Hunter Lab65.82822.1435-30.1903
CIE-Lab71.78076.2860-32.5778

#98afeb color RGB value is (152,175,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101111 11101011
Octal 230 257 353
Decimal 152 175 235
Hex 98 AF EB

RGB Percentages of Color #98afeb

%27.05
%31.14
%41.81

CMYK Percentages of Color #98afeb

%35
%26
%0
%8

Triadic Colors of #98afeb

#98afeb #eb98af #afeb98

Analogous Colors of #98afeb

#98afeb #ab98eb #98d9eb

Monochromatic Colors of #98afeb

#98afeb

Complementary Color

#98afeb #ebd498

#98afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98afeb Color CSS Codes

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

#98afeb Text Font Color

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

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


#98afeb Background Color

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

This div background color is #98afeb


#98afeb Border Color

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

This div border color is #98afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98afeb


Comments

No comments written yet.

Please login to write comment.