Color Hex Logo

#98b1df Color Hex

#98B1DF
(152,177,223)
0 Favorites   0 Comments

Color spaces of #98b1df

RGB 152177223
HSL0.610.530.74
HSV219°32°87°
CMYK 0.320.210.00   0.13
XYZ41.990343.447475.9851
Yxy43.44740.26010.2692
Hunter Lab65.9146-1.6389-22.2081
CIE-Lab71.85762.1122-25.9211

#98b1df color RGB value is (152,177,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10110001 11011111
Octal 230 261 337
Decimal 152 177 223
Hex 98 B1 DF

RGB Percentages of Color #98b1df

%27.54
%32.07
%40.40

CMYK Percentages of Color #98b1df

%32
%21
%0
%13

Triadic Colors of #98b1df

#98b1df #df98b1 #b1df98

Analogous Colors of #98b1df

#98b1df #a398df #98d5df

Monochromatic Colors of #98b1df

#98b1df

Complementary Color

#98b1df #dfc698

#98b1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98b1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#98b1df Color CSS Codes

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

#98b1df Text Font Color

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

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


#98b1df Background Color

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

This div background color is #98b1df


#98b1df Border Color

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

This div border color is #98b1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98b1df


Comments

No comments written yet.

Please login to write comment.