Color Hex Logo

#98ddfa Color Hex

#98DDFA
(152,221,250)
0 Favorites   0 Comments

Color spaces of #98ddfa

RGB 152221250
HSL0.550.910.79
HSV198°39°98°
CMYK 0.390.120.00   0.02
XYZ56.060765.2904100.0901
Yxy65.29040.25320.2948
Hunter Lab80.8025-17.5612-16.8808
CIE-Lab84.6332-14.4457-20.9591

#98ddfa color RGB value is (152,221,250).

#98ddfa hex color red value is 152, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #98ddfa hue: 0.55 , saturation: 0.91 and the lightness value of 98ddfa is 0.79.

The process color (four color CMYK) of #98ddfa color hex is 0.39, 0.12, 0.00, 0.02. Web safe color of #98ddfa is #99ccff. Color #98ddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011101 11111010
Octal 230 335 372
Decimal 152 221 250
Hex 98 DD FA

RGB Percentages of Color #98ddfa

%24.40
%35.47
%40.13

CMYK Percentages of Color #98ddfa

%39
%12
%0
%2

Triadic Colors of #98ddfa

#98ddfa #fa98dd #ddfa98

Analogous Colors of #98ddfa

#98ddfa #98acfa #98fae6

Monochromatic Colors of #98ddfa

#98ddfa

Complementary Color

#98ddfa #fab598

#98ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ddfa Color CSS Codes

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

#98ddfa Text Font Color

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

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


#98ddfa Background Color

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

This div background color is #98ddfa


#98ddfa Border Color

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

This div border color is #98ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ddfa


Comments

No comments written yet.

Please login to write comment.