Color Hex Logo

#98acfc Color Hex

#98ACFC
(152,172,252)
0 Favorites   0 Comments

Color spaces of #98acfc

RGB 152172252
HSL0.630.940.79
HSV228°40°99°
CMYK 0.400.320.00   0.01
XYZ45.272143.208798.0495
Yxy43.20870.24270.2316
Hunter Lab65.73337.9039-42.4251
CIE-Lab71.696412.4801-41.9332

#98acfc color RGB value is (152,172,252).

#98acfc hex color red value is 152, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #98acfc hue: 0.63 , saturation: 0.94 and the lightness value of 98acfc is 0.79.

The process color (four color CMYK) of #98acfc color hex is 0.40, 0.32, 0.00, 0.01. Web safe color of #98acfc is #9999ff. Color #98acfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 11111100
Octal 230 254 374
Decimal 152 172 252
Hex 98 AC FC

RGB Percentages of Color #98acfc

%26.39
%29.86
%43.75

CMYK Percentages of Color #98acfc

%40
%32
%0
%1

Triadic Colors of #98acfc

#98acfc #fc98ac #acfc98

Analogous Colors of #98acfc

#98acfc #b698fc #98defc

Monochromatic Colors of #98acfc

#98acfc

Complementary Color

#98acfc #fce898

#98acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98acfc Color CSS Codes

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

#98acfc Text Font Color

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

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


#98acfc Background Color

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

This div background color is #98acfc


#98acfc Border Color

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

This div border color is #98acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98acfc


Comments

No comments written yet.

Please login to write comment.