Color Hex Logo

#98dfcf Color Hex

#98DFCF
(152,223,207)
0 Favorites   0 Comments

Color spaces of #98dfcf

RGB 152223207
HSL0.460.530.74
HSV166°32°87°
CMYK 0.320.000.07   0.13
XYZ50.599163.955768.7093
Yxy63.95570.27610.3490
Hunter Lab79.9723-27.01325.0408
CIE-Lab83.9427-25.55450.7685

#98dfcf color RGB value is (152,223,207).

#98dfcf hex color red value is 152, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #98dfcf hue: 0.46 , saturation: 0.53 and the lightness value of 98dfcf is 0.74.

The process color (four color CMYK) of #98dfcf color hex is 0.32, 0.00, 0.07, 0.13. Web safe color of #98dfcf is #99cccc. Color #98dfcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011111 11001111
Octal 230 337 317
Decimal 152 223 207
Hex 98 DF CF

RGB Percentages of Color #98dfcf

%26.12
%38.32
%35.57

CMYK Percentages of Color #98dfcf

%32
%0
%7
%13

Triadic Colors of #98dfcf

#98dfcf #cf98df #dfcf98

Analogous Colors of #98dfcf

#98dfcf #98ccdf #98dfac

Monochromatic Colors of #98dfcf

#98dfcf

Complementary Color

#98dfcf #df98a8

#98dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dfcf Color CSS Codes

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

#98dfcf Text Font Color

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

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


#98dfcf Background Color

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

This div background color is #98dfcf


#98dfcf Border Color

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

This div border color is #98dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dfcf


Comments

No comments written yet.

Please login to write comment.