Color Hex Logo

#98dcbf Color Hex

#98DCBF
(152,220,191)
0 Favorites   0 Comments

Color spaces of #98dcbf

RGB 152220191
HSL0.430.490.73
HSV154°31°86°
CMYK 0.310.000.13   0.14
XYZ47.946161.623458.6577
Yxy61.62340.28500.3663
Hunter Lab78.5006-28.352910.6473
CIE-Lab82.7127-27.46287.4579

#98dcbf color RGB value is (152,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 10111111
Octal 230 334 277
Decimal 152 220 191
Hex 98 DC BF

RGB Percentages of Color #98dcbf

%27.00
%39.08
%33.93

CMYK Percentages of Color #98dcbf

%31
%0
%13
%14

Triadic Colors of #98dcbf

#98dcbf #bf98dc #dcbf98

Analogous Colors of #98dcbf

#98dcbf #98d7dc #98dc9d

Monochromatic Colors of #98dcbf

#98dcbf

Complementary Color

#98dcbf #dc98b5

#98dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcbf Color CSS Codes

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

#98dcbf Text Font Color

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

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


#98dcbf Background Color

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

This div background color is #98dcbf


#98dcbf Border Color

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

This div border color is #98dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcbf


Comments

No comments written yet.

Please login to write comment.