Color Hex Logo

#98eedd Color Hex

#98EEDD
(152,238,221)
0 Favorites   0 Comments

Color spaces of #98eedd

RGB 152238221
HSL0.470.720.76
HSV168°36°93°
CMYK 0.360.000.07   0.07
XYZ56.574673.044979.5239
Yxy73.04490.27050.3493
Hunter Lab85.4663-31.40764.6588
CIE-Lab88.4691-29.70270.0072

#98eedd color RGB value is (152,238,221).

#98eedd hex color red value is 152, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #98eedd hue: 0.47 , saturation: 0.72 and the lightness value of 98eedd is 0.76.

The process color (four color CMYK) of #98eedd color hex is 0.36, 0.00, 0.07, 0.07. Web safe color of #98eedd is #99ffcc. Color #98eedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101110 11011101
Octal 230 356 335
Decimal 152 238 221
Hex 98 EE DD

RGB Percentages of Color #98eedd

%24.88
%38.95
%36.17

CMYK Percentages of Color #98eedd

%36
%0
%7
%7

Triadic Colors of #98eedd

#98eedd #dd98ee #eedd98

Analogous Colors of #98eedd

#98eedd #98d4ee #98eeb2

Monochromatic Colors of #98eedd

#98eedd

Complementary Color

#98eedd #ee98a9

#98eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eedd Color CSS Codes

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

#98eedd Text Font Color

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

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


#98eedd Background Color

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

This div background color is #98eedd


#98eedd Border Color

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

This div border color is #98eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eedd


Comments

No comments written yet.

Please login to write comment.