Color Hex Logo

#98aebd Color Hex

#98AEBD
(152,174,189)
0 Favorites   0 Comments

Color spaces of #98aebd

RGB 152174189
HSL0.570.220.67
HSV204°20°74°
CMYK 0.200.080.00   0.26
XYZ37.270340.621654.0205
Yxy40.62160.28250.3079
Hunter Lab63.7351-7.1551-5.6384
CIE-Lab69.9100-4.3322-10.2092

#98aebd color RGB value is (152,174,189).

#98aebd hex color red value is 152, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #98aebd hue: 0.57 , saturation: 0.22 and the lightness value of 98aebd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 10111101
Octal 230 256 275
Decimal 152 174 189
Hex 98 AE BD

RGB Percentages of Color #98aebd

%29.51
%33.79
%36.70

CMYK Percentages of Color #98aebd

%20
%8
%0
%26

Triadic Colors of #98aebd

#98aebd #bd98ae #aebd98

Analogous Colors of #98aebd

#98aebd #989cbd #98bdba

Monochromatic Colors of #98aebd

#98aebd

Complementary Color

#98aebd #bda798

#98aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aebd Color CSS Codes

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

#98aebd Text Font Color

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

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


#98aebd Background Color

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

This div background color is #98aebd


#98aebd Border Color

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

This div border color is #98aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aebd


Comments

No comments written yet.

Please login to write comment.