Color Hex Logo

#98cfdc Color Hex

#98CFDC
(152,207,220)
0 Favorites   0 Comments

Color spaces of #98cfdc

RGB 152207220
HSL0.530.490.73
HSV191°31°86°
CMYK 0.310.060.00   0.14
XYZ48.180056.468476.0703
Yxy56.46840.26660.3125
Hunter Lab75.1455-17.0581-7.4179
CIE-Lab79.8797-14.6051-12.1562

#98cfdc color RGB value is (152,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 11001111 11011100
Octal 230 317 334
Decimal 152 207 220
Hex 98 CF DC

RGB Percentages of Color #98cfdc

%26.25
%35.75
%38.00

CMYK Percentages of Color #98cfdc

%31
%6
%0
%14

Triadic Colors of #98cfdc

#98cfdc #dc98cf #cfdc98

Analogous Colors of #98cfdc

#98cfdc #98addc #98dcc7

Monochromatic Colors of #98cfdc

#98cfdc

Complementary Color

#98cfdc #dca598

#98cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98cfdc Color CSS Codes

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

#98cfdc Text Font Color

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

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


#98cfdc Background Color

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

This div background color is #98cfdc


#98cfdc Border Color

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

This div border color is #98cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98cfdc


Comments

No comments written yet.

Please login to write comment.