Color Hex Logo

#98acea Color Hex

#98ACEA
(152,172,234)
0 Favorites   0 Comments

Color spaces of #98acea

RGB 152172234
HSL0.630.660.76
HSV225°35°92°
CMYK 0.350.260.00   0.08
XYZ42.552742.121083.7293
Yxy42.12100.25270.2501
Hunter Lab64.90073.4589-31.0604
CIE-Lab70.95437.6984-33.3113

#98acea color RGB value is (152,172,234).

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

The process color (four color CMYK) of #98acea color hex is 0.35, 0.26, 0.00, 0.08. Web safe color of #98acea is #9999ff. Color #98acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 11101010
Octal 230 254 352
Decimal 152 172 234
Hex 98 AC EA

RGB Percentages of Color #98acea

%27.24
%30.82
%41.94

CMYK Percentages of Color #98acea

%35
%26
%0
%8

Triadic Colors of #98acea

#98acea #ea98ac #acea98

Analogous Colors of #98acea

#98acea #ad98ea #98d5ea

Monochromatic Colors of #98acea

#98acea

Complementary Color

#98acea #ead698

#98acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98acea Color CSS Codes

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

#98acea Text Font Color

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

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


#98acea Background Color

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

This div background color is #98acea


#98acea Border Color

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

This div border color is #98acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98acea

#98acea Color Palettes


Comments

No comments written yet.

Please login to write comment.