Color Hex Logo

#98bfec Color Hex

#98BFEC
(152,191,236)
0 Favorites   0 Comments

Color spaces of #98bfec

RGB 152191236
HSL0.590.690.76
HSV212°36°93°
CMYK 0.360.190.00   0.07
XYZ46.720049.993186.5441
Yxy49.99310.25490.2728
Hunter Lab70.7058-5.7884-23.0771
CIE-Lab76.0650-2.2310-26.5304

#98bfec color RGB value is (152,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111111 11101100
Octal 230 277 354
Decimal 152 191 236
Hex 98 BF EC

RGB Percentages of Color #98bfec

%26.25
%32.99
%40.76

CMYK Percentages of Color #98bfec

%36
%19
%0
%7

Triadic Colors of #98bfec

#98bfec #ec98bf #bfec98

Analogous Colors of #98bfec

#98bfec #9b98ec #98e9ec

Monochromatic Colors of #98bfec

#98bfec

Complementary Color

#98bfec #ecc598

#98bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bfec Color CSS Codes

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

#98bfec Text Font Color

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

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


#98bfec Background Color

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

This div background color is #98bfec


#98bfec Border Color

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

This div border color is #98bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bfec


Comments

No comments written yet.

Please login to write comment.