Color Hex Logo

#98bcec Color Hex

#98BCEC
(152,188,236)
0 Favorites   0 Comments

Color spaces of #98bcec

RGB 152188236
HSL0.600.690.76
HSV214°36°93°
CMYK 0.360.200.00   0.07
XYZ46.072448.698086.3283
Yxy48.69800.25440.2689
Hunter Lab69.7840-4.2736-24.4977
CIE-Lab75.2631-0.6060-27.7590

#98bcec color RGB value is (152,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10111100 11101100
Octal 230 274 354
Decimal 152 188 236
Hex 98 BC EC

RGB Percentages of Color #98bcec

%26.39
%32.64
%40.97

CMYK Percentages of Color #98bcec

%36
%20
%0
%7

Triadic Colors of #98bcec

#98bcec #ec98bc #bcec98

Analogous Colors of #98bcec

#98bcec #9e98ec #98e6ec

Monochromatic Colors of #98bcec

#98bcec

Complementary Color

#98bcec #ecc898

#98bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#98bcec Color CSS Codes

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

#98bcec Text Font Color

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

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


#98bcec Background Color

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

This div background color is #98bcec


#98bcec Border Color

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

This div border color is #98bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98bcec


Comments

No comments written yet.

Please login to write comment.