Color Hex Logo

#98deea Color Hex

#98DEEA
(152,222,234)
0 Favorites   0 Comments

Color spaces of #98deea

RGB 152222234
HSL0.520.660.76
HSV189°35°92°
CMYK 0.350.050.00   0.08
XYZ53.921564.858587.5189
Yxy64.85850.26140.3144
Hunter Lab80.5348-21.4224-8.0574
CIE-Lab84.4108-18.8900-12.8342

#98deea color RGB value is (152,222,234).

#98deea hex color red value is 152, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #98deea hue: 0.52 , saturation: 0.66 and the lightness value of 98deea is 0.76.

The process color (four color CMYK) of #98deea color hex is 0.35, 0.05, 0.00, 0.08. Web safe color of #98deea is #99ccff. Color #98deea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011110 11101010
Octal 230 336 352
Decimal 152 222 234
Hex 98 DE EA

RGB Percentages of Color #98deea

%25.00
%36.51
%38.49

CMYK Percentages of Color #98deea

%35
%5
%0
%8

Triadic Colors of #98deea

#98deea #ea98de #deea98

Analogous Colors of #98deea

#98deea #98b5ea #98eacd

Monochromatic Colors of #98deea

#98deea

Complementary Color

#98deea #eaa498

#98deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98deea Color CSS Codes

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

#98deea Text Font Color

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

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


#98deea Background Color

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

This div background color is #98deea


#98deea Border Color

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

This div border color is #98deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98deea


Comments

No comments written yet.

Please login to write comment.