Color Hex Logo

#98adeb Color Hex

#98ADEB
(152,173,235)
0 Favorites   0 Comments

Color spaces of #98adeb

RGB 152173235
HSL0.620.670.76
HSV225°35°92°
CMYK 0.350.260.00   0.08
XYZ42.887942.560784.5519
Yxy42.56070.25230.2504
Hunter Lab65.23863.1786-31.1753
CIE-Lab71.25587.4005-33.3896

#98adeb color RGB value is (152,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101101 11101011
Octal 230 255 353
Decimal 152 173 235
Hex 98 AD EB

RGB Percentages of Color #98adeb

%27.14
%30.89
%41.96

CMYK Percentages of Color #98adeb

%35
%26
%0
%8

Triadic Colors of #98adeb

#98adeb #eb98ad #adeb98

Analogous Colors of #98adeb

#98adeb #ad98eb #98d7eb

Monochromatic Colors of #98adeb

#98adeb

Complementary Color

#98adeb #ebd698

#98adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#98adeb Color CSS Codes

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

#98adeb Text Font Color

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

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


#98adeb Background Color

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

This div background color is #98adeb


#98adeb Border Color

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

This div border color is #98adeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,173,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 #98adeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98adeb


Comments

No comments written yet.

Please login to write comment.