Color Hex Logo

#98acdc Color Hex

#98ACDC
(152,172,220)
0 Favorites   0 Comments

Color spaces of #98acdc

RGB 152172220
HSL0.620.490.73
HSV222°31°86°
CMYK 0.310.220.00   0.14
XYZ40.619741.347873.5502
Yxy41.34780.26120.2659
Hunter Lab64.30230.2294-22.8055
CIE-Lab70.41894.1242-26.4860

#98acdc color RGB value is (152,172,220).

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

The process color (four color CMYK) of #98acdc color hex is 0.31, 0.22, 0.00, 0.14. Web safe color of #98acdc is #9999cc. Color #98acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 11011100
Octal 230 254 334
Decimal 152 172 220
Hex 98 AC DC

RGB Percentages of Color #98acdc

%27.94
%31.62
%40.44

CMYK Percentages of Color #98acdc

%31
%22
%0
%14

Triadic Colors of #98acdc

#98acdc #dc98ac #acdc98

Analogous Colors of #98acdc

#98acdc #a698dc #98cedc

Monochromatic Colors of #98acdc

#98acdc

Complementary Color

#98acdc #dcc898

#98acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98acdc Color CSS Codes

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

#98acdc Text Font Color

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

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


#98acdc Background Color

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

This div background color is #98acdc


#98acdc Border Color

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

This div border color is #98acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98acdc


Comments

No comments written yet.

Please login to write comment.