Color Hex Logo

#98efca Color Hex

#98EFCA
(152,239,202)
0 Favorites   0 Comments

Color spaces of #98efca

RGB 152239202
HSL0.430.730.77
HSV154°36°94°
CMYK 0.360.000.15   0.06
XYZ54.476172.672767.0332
Yxy72.67270.28050.3743
Hunter Lab85.2483-35.117913.0524
CIE-Lab88.2914-34.20269.6727

#98efca color RGB value is (152,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 11001010
Octal 230 357 312
Decimal 152 239 202
Hex 98 EF CA

RGB Percentages of Color #98efca

%25.63
%40.30
%34.06

CMYK Percentages of Color #98efca

%36
%0
%15
%6

Triadic Colors of #98efca

#98efca #ca98ef #efca98

Analogous Colors of #98efca

#98efca #98e9ef #98ef9f

Monochromatic Colors of #98efca

#98efca

Complementary Color

#98efca #ef98bd

#98efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efca Color CSS Codes

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

#98efca Text Font Color

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

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


#98efca Background Color

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

This div background color is #98efca


#98efca Border Color

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

This div border color is #98efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efca


Comments

No comments written yet.

Please login to write comment.