Color Hex Logo

#98eccc Color Hex

#98ECCC
(152,236,204)
1 Favorites   0 Comments

Color spaces of #98eccc

RGB 152236204
HSL0.440.690.76
HSV157°36°93°
CMYK 0.360.000.14   0.07
XYZ53.843471.025967.9983
Yxy71.02590.27920.3683
Hunter Lab84.2769-33.443211.1560
CIE-Lab87.4976-32.39527.4914

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101100 11001100
Octal 230 354 314
Decimal 152 236 204
Hex 98 EC CC

RGB Percentages of Color #98eccc

%25.68
%39.86
%34.46

CMYK Percentages of Color #98eccc

%36
%0
%14
%7

Triadic Colors of #98eccc

#98eccc #cc98ec #eccc98

Analogous Colors of #98eccc

#98eccc #98e2ec #98eca2

Monochromatic Colors of #98eccc

#98eccc

Complementary Color

#98eccc #ec98b8

#98eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eccc Color CSS Codes

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

#98eccc Text Font Color

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

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


#98eccc Background Color

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

This div background color is #98eccc


#98eccc Border Color

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

This div border color is #98eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eccc

#98eccc Color Palettes


Comments

No comments written yet.

Please login to write comment.