Color Hex Logo

#98defa Color Hex

#98DEFA
(152,222,250)
0 Favorites   0 Comments

Color spaces of #98defa

RGB 152222250
HSL0.550.910.79
HSV197°39°98°
CMYK 0.390.110.00   0.02
XYZ56.325565.8201100.1784
Yxy65.82010.25330.2961
Hunter Lab81.1296-18.0503-16.4203
CIE-Lab84.9046-14.9564-20.5483

#98defa color RGB value is (152,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 11111010
Octal 230 336 372
Decimal 152 222 250
Hex 98 DE FA

RGB Percentages of Color #98defa

%24.36
%35.58
%40.06

CMYK Percentages of Color #98defa

%39
%11
%0
%2

Triadic Colors of #98defa

#98defa #fa98de #defa98

Analogous Colors of #98defa

#98defa #98adfa #98fae5

Monochromatic Colors of #98defa

#98defa

Complementary Color

#98defa #fab498

#98defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#98defa Color CSS Codes

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

#98defa Text Font Color

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

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


#98defa Background Color

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

This div background color is #98defa


#98defa Border Color

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

This div border color is #98defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98defa

Related Colors


Comments

No comments written yet.

Please login to write comment.