Color Hex Logo

#98abdd Color Hex

#98ABDD
(152,171,221)
0 Favorites   0 Comments

Color spaces of #98abdd

RGB 152171221
HSL0.620.500.73
HSV223°31°87°
CMYK 0.310.230.00   0.13
XYZ40.562941.021774.1867
Yxy41.02170.26040.2633
Hunter Lab64.04820.9630-23.8416
CIE-Lab70.19114.9304-27.3835

#98abdd color RGB value is (152,171,221).

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

The process color (four color CMYK) of #98abdd color hex is 0.31, 0.23, 0.00, 0.13. Web safe color of #98abdd is #9999cc. Color #98abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11011101
Octal 230 253 335
Decimal 152 171 221
Hex 98 AB DD

RGB Percentages of Color #98abdd

%27.94
%31.43
%40.63

CMYK Percentages of Color #98abdd

%31
%23
%0
%13

Triadic Colors of #98abdd

#98abdd #dd98ab #abdd98

Analogous Colors of #98abdd

#98abdd #a898dd #98cedd

Monochromatic Colors of #98abdd

#98abdd

Complementary Color

#98abdd #ddca98

#98abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abdd Color CSS Codes

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

#98abdd Text Font Color

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

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


#98abdd Background Color

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

This div background color is #98abdd


#98abdd Border Color

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

This div border color is #98abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abdd


Comments

No comments written yet.

Please login to write comment.