Color Hex Logo

#99bcee Color Hex

#99BCEE
(153,188,238)
0 Favorites   0 Comments

Color spaces of #99bcee

RGB 153188238
HSL0.600.710.77
HSV215°36°93°
CMYK 0.360.210.00   0.07
XYZ46.552748.911887.8762
Yxy48.91180.25390.2668
Hunter Lab69.9370-3.5733-25.5423
CIE-Lab75.39640.1793-28.6288

#99bcee color RGB value is (153,188,238).

#99bcee hex color red value is 153, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #99bcee hue: 0.60 , saturation: 0.71 and the lightness value of 99bcee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111100 11101110
Octal 231 274 356
Decimal 153 188 238
Hex 99 BC EE

RGB Percentages of Color #99bcee

%26.42
%32.47
%41.11

CMYK Percentages of Color #99bcee

%36
%21
%0
%7

Triadic Colors of #99bcee

#99bcee #ee99bc #bcee99

Analogous Colors of #99bcee

#99bcee #a199ee #99e7ee

Monochromatic Colors of #99bcee

#99bcee

Complementary Color

#99bcee #eecb99

#99bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bcee Color CSS Codes

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

#99bcee Text Font Color

<p style="color:#99bcee">Text here</p>

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


#99bcee Background Color

<div style="background-color:#99bcee">
Div content here</div>

This div background color is #99bcee


#99bcee Border Color

<div style="border:3px solid #99bcee">
Div here</div>

This div border color is #99bcee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,188,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99bcee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99bcee;
  -webkit-box-shadow: 1px 1px 3px 2px #99bcee;
  box-shadow:         1px 1px 3px 2px #99bcee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,188,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bcee


Comments

No comments written yet.

Please login to write comment.