Color Hex Logo

#98aecc Color Hex

#98AECC
(152,174,204)
0 Favorites   0 Comments

Color spaces of #98aecc

RGB 152174204
HSL0.600.340.70
HSV215°25°80°
CMYK 0.250.150.00   0.20
XYZ38.984041.307163.0451
Yxy41.30710.27200.2882
Hunter Lab64.2706-4.2025-13.1700
CIE-Lab70.3905-0.8783-17.7475

#98aecc color RGB value is (152,174,204).

#98aecc hex color red value is 152, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #98aecc hue: 0.60 , saturation: 0.34 and the lightness value of 98aecc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101110 11001100
Octal 230 256 314
Decimal 152 174 204
Hex 98 AE CC

RGB Percentages of Color #98aecc

%28.68
%32.83
%38.49

CMYK Percentages of Color #98aecc

%25
%15
%0
%20

Triadic Colors of #98aecc

#98aecc #cc98ae #aecc98

Analogous Colors of #98aecc

#98aecc #9c98cc #98c8cc

Monochromatic Colors of #98aecc

#98aecc

Complementary Color

#98aecc #ccb698

#98aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#98aecc Color CSS Codes

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

#98aecc Text Font Color

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

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


#98aecc Background Color

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

This div background color is #98aecc


#98aecc Border Color

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

This div border color is #98aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98aecc


Comments

No comments written yet.

Please login to write comment.