Color Hex Logo

#98efcc Color Hex

#98EFCC
(152,239,204)
0 Favorites   0 Comments

Color spaces of #98efcc

RGB 152239204
HSL0.430.730.77
HSV156°36°94°
CMYK 0.360.000.15   0.06
XYZ54.714572.768068.2886
Yxy72.76800.27950.3717
Hunter Lab85.3042-34.791512.2494
CIE-Lab88.3369-33.79408.6956

#98efcc color RGB value is (152,239,204).

#98efcc hex color red value is 152, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #98efcc hue: 0.43 , saturation: 0.73 and the lightness value of 98efcc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 11001100
Octal 230 357 314
Decimal 152 239 204
Hex 98 EF CC

RGB Percentages of Color #98efcc

%25.55
%40.17
%34.29

CMYK Percentages of Color #98efcc

%36
%0
%15
%6

Triadic Colors of #98efcc

#98efcc #cc98ef #efcc98

Analogous Colors of #98efcc

#98efcc #98e7ef #98efa1

Monochromatic Colors of #98efcc

#98efcc

Complementary Color

#98efcc #ef98bb

#98efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efcc Color CSS Codes

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

#98efcc Text Font Color

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

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


#98efcc Background Color

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

This div background color is #98efcc


#98efcc Border Color

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

This div border color is #98efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efcc


Comments

No comments written yet.

Please login to write comment.