Color Hex Logo

#98b4df Color Hex

#98B4DF
(152,180,223)
0 Favorites   0 Comments

Color spaces of #98b4df

RGB 152180223
HSL0.600.530.74
HSV216°32°87°
CMYK 0.320.190.00   0.13
XYZ42.589444.645676.1848
Yxy44.64560.26060.2732
Hunter Lab66.8174-3.1545-20.8300
CIE-Lab72.65790.4650-24.6964

#98b4df color RGB value is (152,180,223).

#98b4df hex color red value is 152, green value is 180 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #98b4df hue: 0.60 , saturation: 0.53 and the lightness value of 98b4df is 0.74.

The process color (four color CMYK) of #98b4df color hex is 0.32, 0.19, 0.00, 0.13. Web safe color of #98b4df is #99cccc. Color #98b4df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110100 11011111
Octal 230 264 337
Decimal 152 180 223
Hex 98 B4 DF

RGB Percentages of Color #98b4df

%27.39
%32.43
%40.18

CMYK Percentages of Color #98b4df

%32
%19
%0
%13

Triadic Colors of #98b4df

#98b4df #df98b4 #b4df98

Analogous Colors of #98b4df

#98b4df #a098df #98d8df

Monochromatic Colors of #98b4df

#98b4df

Complementary Color

#98b4df #dfc398

#98b4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b4df Color CSS Codes

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

#98b4df Text Font Color

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

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


#98b4df Background Color

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

This div background color is #98b4df


#98b4df Border Color

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

This div border color is #98b4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b4df


Comments

No comments written yet.

Please login to write comment.