Color Hex Logo

#98e5bf Color Hex

#98E5BF
(152,229,191)
0 Favorites   0 Comments

Color spaces of #98e5bf

RGB 152229191
HSL0.420.600.75
HSV150°34°90°
CMYK 0.340.000.17   0.10
XYZ50.372266.475659.4664
Yxy66.47560.28570.3770
Hunter Lab81.5326-32.401713.8292
CIE-Lab85.2384-31.746211.0681

#98e5bf color RGB value is (152,229,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11100101 10111111
Octal 230 345 277
Decimal 152 229 191
Hex 98 E5 BF

RGB Percentages of Color #98e5bf

%26.57
%40.03
%33.39

CMYK Percentages of Color #98e5bf

%34
%0
%17
%10

Triadic Colors of #98e5bf

#98e5bf #bf98e5 #e5bf98

Analogous Colors of #98e5bf

#98e5bf #98e5e5 #98e599

Monochromatic Colors of #98e5bf

#98e5bf

Complementary Color

#98e5bf #e598be

#98e5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98e5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98e5bf Color CSS Codes

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

#98e5bf Text Font Color

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

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


#98e5bf Background Color

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

This div background color is #98e5bf


#98e5bf Border Color

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

This div border color is #98e5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98e5bf


Comments

No comments written yet.

Please login to write comment.