Color Hex Logo

#98ffcd Color Hex

#98FFCD
(152,255,205)
0 Favorites   0 Comments

Color spaces of #98ffcd

RGB 152255205
HSL0.421.000.80
HSV151°40°100°
CMYK 0.400.000.20   0.00
XYZ59.728382.603270.5536
Yxy82.60320.28060.3880
Hunter Lab90.8863-41.745117.5945
CIE-Lab92.8404-40.870214.5881

#98ffcd color RGB value is (152,255,205).

#98ffcd hex color red value is 152, green value is 255 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #98ffcd hue: 0.42 , saturation: 1.00 and the lightness value of 98ffcd is 0.80.

The process color (four color CMYK) of #98ffcd color hex is 0.40, 0.00, 0.20, 0.00. Web safe color of #98ffcd is #99ffcc. Color #98ffcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111111 11001101
Octal 230 377 315
Decimal 152 255 205
Hex 98 FF CD

RGB Percentages of Color #98ffcd

%24.84
%41.67
%33.50

CMYK Percentages of Color #98ffcd

%40
%0
%20
%0

Triadic Colors of #98ffcd

#98ffcd #cd98ff #ffcd98

Analogous Colors of #98ffcd

#98ffcd #98feff #98ff9a

Monochromatic Colors of #98ffcd

#98ffcd

Complementary Color

#98ffcd #ff98ca

#98ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ffcd Color CSS Codes

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

#98ffcd Text Font Color

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

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


#98ffcd Background Color

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

This div background color is #98ffcd


#98ffcd Border Color

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

This div border color is #98ffcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,255,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 #98ffcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.