Color Hex Logo

#98e5cc Color Hex

#98E5CC
(152,229,204)
0 Favorites   0 Comments

Color spaces of #98e5cc

RGB 152229204
HSL0.450.600.75
HSV161°34°90°
CMYK 0.340.000.11   0.10
XYZ51.867367.073767.3396
Yxy67.07370.27840.3601
Hunter Lab81.8985-30.27638.5788
CIE-Lab85.5411-29.08674.6720

#98e5cc color RGB value is (152,229,204).

#98e5cc hex color red value is 152, green value is 229 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #98e5cc hue: 0.45 , saturation: 0.60 and the lightness value of 98e5cc is 0.75.

The process color (four color CMYK) of #98e5cc color hex is 0.34, 0.00, 0.11, 0.10. Web safe color of #98e5cc is #99cccc. Color #98e5cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11100101 11001100
Octal 230 345 314
Decimal 152 229 204
Hex 98 E5 CC

RGB Percentages of Color #98e5cc

%25.98
%39.15
%34.87

CMYK Percentages of Color #98e5cc

%34
%0
%11
%10

Triadic Colors of #98e5cc

#98e5cc #cc98e5 #e5cc98

Analogous Colors of #98e5cc

#98e5cc #98d8e5 #98e5a6

Monochromatic Colors of #98e5cc

#98e5cc

Complementary Color

#98e5cc #e598b1

#98e5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98e5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98e5cc Color CSS Codes

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

#98e5cc Text Font Color

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

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


#98e5cc Background Color

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

This div background color is #98e5cc


#98e5cc Border Color

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

This div border color is #98e5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98e5cc


Comments

No comments written yet.

Please login to write comment.