Color Hex Logo

#98dcbc Color Hex

#98DCBC
(152,220,188)
0 Favorites   0 Comments

Color spaces of #98dcbc

RGB 152220188
HSL0.420.490.73
HSV152°31°86°
CMYK 0.310.000.15   0.14
XYZ47.619261.492656.9364
Yxy61.49260.28680.3703
Hunter Lab78.4172-28.835211.8434
CIE-Lab82.6428-28.06828.9450

#98dcbc color RGB value is (152,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11011100 10111100
Octal 230 334 274
Decimal 152 220 188
Hex 98 DC BC

RGB Percentages of Color #98dcbc

%27.14
%39.29
%33.57

CMYK Percentages of Color #98dcbc

%31
%0
%15
%14

Triadic Colors of #98dcbc

#98dcbc #bc98dc #dcbc98

Analogous Colors of #98dcbc

#98dcbc #98dadc #98dc9a

Monochromatic Colors of #98dcbc

#98dcbc

Complementary Color

#98dcbc #dc98b8

#98dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98dcbc Color CSS Codes

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

#98dcbc Text Font Color

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

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


#98dcbc Background Color

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

This div background color is #98dcbc


#98dcbc Border Color

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

This div border color is #98dcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98dcbc


Comments

No comments written yet.

Please login to write comment.