Color Hex Logo

#98ffcf Color Hex

#98FFCF
(152,255,207)
0 Favorites   0 Comments

Color spaces of #98ffcf

RGB 152255207
HSL0.421.000.80
HSV152°40°100°
CMYK 0.400.000.19   0.00
XYZ59.971482.700471.8334
Yxy82.70040.27960.3855
Hunter Lab90.9398-41.430416.8246
CIE-Lab92.8831-40.473913.6215

#98ffcf color RGB value is (152,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11111111 11001111
Octal 230 377 317
Decimal 152 255 207
Hex 98 FF CF

RGB Percentages of Color #98ffcf

%24.76
%41.53
%33.71

CMYK Percentages of Color #98ffcf

%40
%0
%19
%0

Triadic Colors of #98ffcf

#98ffcf #cf98ff #ffcf98

Analogous Colors of #98ffcf

#98ffcf #98fcff #98ff9c

Monochromatic Colors of #98ffcf

#98ffcf

Complementary Color

#98ffcf #ff98c8

#98ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98ffcf Color CSS Codes

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

#98ffcf Text Font Color

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

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


#98ffcf Background Color

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

This div background color is #98ffcf


#98ffcf Border Color

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

This div border color is #98ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.