Color Hex Logo

#98abda Color Hex

#98ABDA
(152,171,218)
0 Favorites   0 Comments

Color spaces of #98abda

RGB 152171218
HSL0.620.470.73
HSV223°30°85°
CMYK 0.300.220.00   0.15
XYZ40.166740.863272.1000
Yxy40.86320.26230.2669
Hunter Lab63.92430.2925-22.1259
CIE-Lab70.08004.1798-25.9094

#98abda color RGB value is (152,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10101011 11011010
Octal 230 253 332
Decimal 152 171 218
Hex 98 AB DA

RGB Percentages of Color #98abda

%28.10
%31.61
%40.30

CMYK Percentages of Color #98abda

%30
%22
%0
%15

Triadic Colors of #98abda

#98abda #da98ab #abda98

Analogous Colors of #98abda

#98abda #a698da #98ccda

Monochromatic Colors of #98abda

#98abda

Complementary Color

#98abda #dac798

#98abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#98abda Color CSS Codes

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

#98abda Text Font Color

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

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


#98abda Background Color

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

This div background color is #98abda


#98abda Border Color

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

This div border color is #98abda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,171,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 #98abda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98abda


Comments

No comments written yet.

Please login to write comment.