Color Hex Logo

#98efba Color Hex

#98EFBA
(152,239,186)
0 Favorites   0 Comments

Color spaces of #98efba

RGB 152239186
HSL0.400.730.77
HSV143°36°94°
CMYK 0.360.000.22   0.06
XYZ52.678371.953657.5664
Yxy71.95360.28910.3949
Hunter Lab84.8255-37.592519.1410
CIE-Lab87.9463-37.335017.4967

#98efba color RGB value is (152,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 10111010
Octal 230 357 272
Decimal 152 239 186
Hex 98 EF BA

RGB Percentages of Color #98efba

%26.34
%41.42
%32.24

CMYK Percentages of Color #98efba

%36
%0
%22
%6

Triadic Colors of #98efba

#98efba #ba98ef #efba98

Analogous Colors of #98efba

#98efba #98efe6 #a2ef98

Monochromatic Colors of #98efba

#98efba

Complementary Color

#98efba #ef98cd

#98efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efba Color CSS Codes

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

#98efba Text Font Color

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

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


#98efba Background Color

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

This div background color is #98efba


#98efba Border Color

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

This div border color is #98efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efba


Comments

No comments written yet.

Please login to write comment.