Color Hex Logo

#98efcd Color Hex

#98EFCD
(152,239,205)
0 Favorites   0 Comments

Color spaces of #98efcd

RGB 152239205
HSL0.430.730.77
HSV157°36°94°
CMYK 0.360.000.14   0.06
XYZ54.834872.816268.9224
Yxy72.81620.27900.3704
Hunter Lab85.3324-34.627211.8446
CIE-Lab88.3600-33.58868.2074

#98efcd color RGB value is (152,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11101111 11001101
Octal 230 357 315
Decimal 152 239 205
Hex 98 EF CD

RGB Percentages of Color #98efcd

%25.50
%40.10
%34.40

CMYK Percentages of Color #98efcd

%36
%0
%14
%6

Triadic Colors of #98efcd

#98efcd #cd98ef #efcd98

Analogous Colors of #98efcd

#98efcd #98e6ef #98efa2

Monochromatic Colors of #98efcd

#98efcd

Complementary Color

#98efcd #ef98ba

#98efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98efcd Color CSS Codes

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

#98efcd Text Font Color

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

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


#98efcd Background Color

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

This div background color is #98efcd


#98efcd Border Color

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

This div border color is #98efcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98efcd


Comments

No comments written yet.

Please login to write comment.