Color Hex Logo

#98ecec Color Hex

#98ECEC
(152,236,236)
0 Favorites   0 Comments

Color spaces of #98ecec

RGB 152236236
HSL0.500.690.76
HSV180°36°93°
CMYK 0.360.000.00   0.07
XYZ58.084772.722490.3323
Yxy72.72240.26270.3289
Hunter Lab85.2774-27.6545-3.1102
CIE-Lab88.3152-25.3296-8.0741

#98ecec color RGB value is (152,236,236).

#98ecec hex color red value is 152, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #98ecec hue: 0.50 , saturation: 0.69 and the lightness value of 98ecec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101100 11101100
Octal 230 354 354
Decimal 152 236 236
Hex 98 EC EC

RGB Percentages of Color #98ecec

%24.36
%37.82
%37.82

CMYK Percentages of Color #98ecec

%36
%0
%0
%7

Triadic Colors of #98ecec

#98ecec #ec98ec #ecec98

Analogous Colors of #98ecec

#98ecec #98c2ec #98ecc2

Monochromatic Colors of #98ecec

#98ecec

Complementary Color

#98ecec #ec9898

#98ecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ecec Color CSS Codes

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

#98ecec Text Font Color

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

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


#98ecec Background Color

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

This div background color is #98ecec


#98ecec Border Color

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

This div border color is #98ecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ecec


Comments

No comments written yet.

Please login to write comment.