Color Hex Logo

#98bfea Color Hex

#98BFEA
(152,191,234)
0 Favorites   0 Comments

Color spaces of #98bfea

RGB 152191234
HSL0.590.660.76
HSV211°35°92°
CMYK 0.350.180.00   0.08
XYZ46.431049.877585.0221
Yxy49.87750.25610.2751
Hunter Lab70.6240-6.2391-21.9406
CIE-Lab75.9940-2.7403-25.5604

#98bfea color RGB value is (152,191,234).

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

The process color (four color CMYK) of #98bfea color hex is 0.35, 0.18, 0.00, 0.08. Web safe color of #98bfea is #99ccff. Color #98bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 11101010
Octal 230 277 352
Decimal 152 191 234
Hex 98 BF EA

RGB Percentages of Color #98bfea

%26.34
%33.10
%40.55

CMYK Percentages of Color #98bfea

%35
%18
%0
%8

Triadic Colors of #98bfea

#98bfea #ea98bf #bfea98

Analogous Colors of #98bfea

#98bfea #9a98ea #98e8ea

Monochromatic Colors of #98bfea

#98bfea

Complementary Color

#98bfea #eac398

#98bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bfea Color CSS Codes

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

#98bfea Text Font Color

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

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


#98bfea Background Color

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

This div background color is #98bfea


#98bfea Border Color

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

This div border color is #98bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bfea


Comments

No comments written yet.

Please login to write comment.