Color Hex Logo

#98adda Color Hex

#98ADDA
(152,173,218)
0 Favorites   0 Comments

Color spaces of #98adda

RGB 152173218
HSL0.610.470.73
HSV221°30°85°
CMYK 0.300.210.00   0.15
XYZ40.547441.624572.2269
Yxy41.62450.26260.2696
Hunter Lab64.5171-0.7219-21.2133
CIE-Lab70.61133.0715-25.0956

#98adda color RGB value is (152,173,218).

#98adda hex color red value is 152, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98adda hue: 0.61 , saturation: 0.47 and the lightness value of 98adda is 0.73.

The process color (four color CMYK) of #98adda color hex is 0.30, 0.21, 0.00, 0.15. Web safe color of #98adda is #9999cc. Color #98adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101101 11011010
Octal 230 255 332
Decimal 152 173 218
Hex 98 AD DA

RGB Percentages of Color #98adda

%27.99
%31.86
%40.15

CMYK Percentages of Color #98adda

%30
%21
%0
%15

Triadic Colors of #98adda

#98adda #da98ad #adda98

Analogous Colors of #98adda

#98adda #a498da #98ceda

Monochromatic Colors of #98adda

#98adda

Complementary Color

#98adda #dac598

#98adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98adda Color CSS Codes

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

#98adda Text Font Color

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

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


#98adda Background Color

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

This div background color is #98adda


#98adda Border Color

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

This div border color is #98adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98adda


Comments

No comments written yet.

Please login to write comment.