Color Hex Logo

#98aeba Color Hex

#98AEBA
(152,174,186)
0 Favorites   0 Comments

Color spaces of #98aeba

RGB 152174186
HSL0.560.200.66
HSV201°18°73°
CMYK 0.180.060.00   0.27
XYZ36.947940.492752.3229
Yxy40.49270.28470.3120
Hunter Lab63.6339-7.7164-4.2074
CIE-Lab69.8190-4.9984-8.6898

#98aeba color RGB value is (152,174,186).

#98aeba hex color red value is 152, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #98aeba hue: 0.56 , saturation: 0.20 and the lightness value of 98aeba is 0.66.

The process color (four color CMYK) of #98aeba color hex is 0.18, 0.06, 0.00, 0.27. Web safe color of #98aeba is #9999cc. Color #98aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 10111010
Octal 230 256 272
Decimal 152 174 186
Hex 98 AE BA

RGB Percentages of Color #98aeba

%29.69
%33.98
%36.33

CMYK Percentages of Color #98aeba

%18
%6
%0
%27

Triadic Colors of #98aeba

#98aeba #ba98ae #aeba98

Analogous Colors of #98aeba

#98aeba #989dba #98bab5

Monochromatic Colors of #98aeba

#98aeba

Complementary Color

#98aeba #baa498

#98aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aeba Color CSS Codes

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

#98aeba Text Font Color

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

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


#98aeba Background Color

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

This div background color is #98aeba


#98aeba Border Color

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

This div border color is #98aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aeba


Comments

No comments written yet.

Please login to write comment.