Color Hex Logo

#98ddde Color Hex

#98DDDE
(152,221,222)
2 Favorites   0 Comments

Color spaces of #98ddde

RGB 152221222
HSL0.500.510.73
HSV181°32°87°
CMYK 0.320.000.00   0.13
XYZ51.990263.662278.6551
Yxy63.66220.26760.3276
Hunter Lab79.7886-23.3196-2.5957
CIE-Lab83.7896-21.2144-7.4026

#98ddde color RGB value is (152,221,222).

#98ddde hex color red value is 152, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #98ddde hue: 0.50 , saturation: 0.51 and the lightness value of 98ddde is 0.73.

The process color (four color CMYK) of #98ddde color hex is 0.32, 0.00, 0.00, 0.13. Web safe color of #98ddde is #99cccc. Color #98ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011101 11011110
Octal 230 335 336
Decimal 152 221 222
Hex 98 DD DE

RGB Percentages of Color #98ddde

%25.55
%37.14
%37.31

CMYK Percentages of Color #98ddde

%32
%0
%0
%13

Triadic Colors of #98ddde

#98ddde #de98dd #ddde98

Analogous Colors of #98ddde

#98ddde #98bade #98debc

Monochromatic Colors of #98ddde

#98ddde

Complementary Color

#98ddde #de9998

#98ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ddde Color CSS Codes

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

#98ddde Text Font Color

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

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


#98ddde Background Color

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

This div background color is #98ddde


#98ddde Border Color

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

This div border color is #98ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ddde

#98ddde Color Palettes


Comments

No comments written yet.

Please login to write comment.