Color Hex Logo

#98acda Color Hex

#98ACDA
(152,172,218)
0 Favorites   0 Comments

Color spaces of #98acda

RGB 152172218
HSL0.620.470.73
HSV222°30°85°
CMYK 0.300.210.00   0.15
XYZ40.356341.242472.1632
Yxy41.24240.26250.2682
Hunter Lab64.2202-0.2152-21.6690
CIE-Lab70.34543.6251-25.5027

#98acda color RGB value is (152,172,218).

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

The process color (four color CMYK) of #98acda color hex is 0.30, 0.21, 0.00, 0.15. Web safe color of #98acda is #9999cc. Color #98acda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101100 11011010
Octal 230 254 332
Decimal 152 172 218
Hex 98 AC DA

RGB Percentages of Color #98acda

%28.04
%31.73
%40.22

CMYK Percentages of Color #98acda

%30
%21
%0
%15

Triadic Colors of #98acda

#98acda #da98ac #acda98

Analogous Colors of #98acda

#98acda #a598da #98cdda

Monochromatic Colors of #98acda

#98acda

Complementary Color

#98acda #dac698

#98acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98acda Color CSS Codes

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

#98acda Text Font Color

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

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


#98acda Background Color

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

This div background color is #98acda


#98acda Border Color

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

This div border color is #98acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98acda


Comments

No comments written yet.

Please login to write comment.