Color Hex Logo

#98bfed Color Hex

#98BFED
(152,191,237)
0 Favorites   0 Comments

Color spaces of #98bfed

RGB 152191237
HSL0.590.700.76
HSV212°36°93°
CMYK 0.360.190.00   0.07
XYZ46.865850.051487.3116
Yxy50.05140.25440.2717
Hunter Lab70.7470-5.5614-23.6492
CIE-Lab76.1008-1.9752-27.0147

#98bfed color RGB value is (152,191,237).

#98bfed hex color red value is 152, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #98bfed hue: 0.59 , saturation: 0.70 and the lightness value of 98bfed is 0.76.

The process color (four color CMYK) of #98bfed color hex is 0.36, 0.19, 0.00, 0.07. Web safe color of #98bfed is #99ccff. Color #98bfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 11101101
Octal 230 277 355
Decimal 152 191 237
Hex 98 BF ED

RGB Percentages of Color #98bfed

%26.21
%32.93
%40.86

CMYK Percentages of Color #98bfed

%36
%19
%0
%7

Triadic Colors of #98bfed

#98bfed #ed98bf #bfed98

Analogous Colors of #98bfed

#98bfed #9c98ed #98eaed

Monochromatic Colors of #98bfed

#98bfed

Complementary Color

#98bfed #edc698

#98bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bfed Color CSS Codes

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

#98bfed Text Font Color

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

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


#98bfed Background Color

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

This div background color is #98bfed


#98bfed Border Color

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

This div border color is #98bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bfed


Comments

No comments written yet.

Please login to write comment.