Color Hex Logo

#98fedd Color Hex

#98FEDD
(152,254,221)
0 Favorites   0 Comments

Color spaces of #98fedd

RGB 152254221
HSL0.450.980.80
HSV161°40°100°
CMYK 0.400.000.13   0.00
XYZ61.441982.779581.1463
Yxy82.77950.27260.3673
Hunter Lab90.9832-38.677810.8086
CIE-Lab92.9178-37.14666.4608

#98fedd color RGB value is (152,254,221).

#98fedd hex color red value is 152, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #98fedd hue: 0.45 , saturation: 0.98 and the lightness value of 98fedd is 0.80.

The process color (four color CMYK) of #98fedd color hex is 0.40, 0.00, 0.13, 0.00. Web safe color of #98fedd is #99ffcc. Color #98fedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111110 11011101
Octal 230 376 335
Decimal 152 254 221
Hex 98 FE DD

RGB Percentages of Color #98fedd

%24.24
%40.51
%35.25

CMYK Percentages of Color #98fedd

%40
%0
%13
%0

Triadic Colors of #98fedd

#98fedd #dd98fe #fedd98

Analogous Colors of #98fedd

#98fedd #98ecfe #98feaa

Monochromatic Colors of #98fedd

#98fedd

Complementary Color

#98fedd #fe98b9

#98fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98fedd Color CSS Codes

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

#98fedd Text Font Color

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

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


#98fedd Background Color

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

This div background color is #98fedd


#98fedd Border Color

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

This div border color is #98fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98fedd


Comments

No comments written yet.

Please login to write comment.