Color Hex Logo

#98eecf Color Hex

#98EECF
(152,238,207)
0 Favorites   0 Comments

Color spaces of #98eecf

RGB 152238207
HSL0.440.720.76
HSV158°36°93°
CMYK 0.360.000.13   0.07
XYZ54.785972.329570.1049
Yxy72.32950.27780.3667
Hunter Lab85.0468-33.844710.6594
CIE-Lab88.1269-32.70806.8291

#98eecf color RGB value is (152,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101110 11001111
Octal 230 356 317
Decimal 152 238 207
Hex 98 EE CF

RGB Percentages of Color #98eecf

%25.46
%39.87
%34.67

CMYK Percentages of Color #98eecf

%36
%0
%13
%7

Triadic Colors of #98eecf

#98eecf #cf98ee #eecf98

Analogous Colors of #98eecf

#98eecf #98e2ee #98eea4

Monochromatic Colors of #98eecf

#98eecf

Complementary Color

#98eecf #ee98b7

#98eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98eecf Color CSS Codes

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

#98eecf Text Font Color

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

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


#98eecf Background Color

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

This div background color is #98eecf


#98eecf Border Color

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

This div border color is #98eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98eecf


Comments

No comments written yet.

Please login to write comment.