Color Hex Logo

#91bcee Color Hex

#91BCEE
(145,188,238)
0 Favorites   0 Comments

Color spaces of #91bcee

RGB 145188238
HSL0.590.730.75
HSV212°39°93°
CMYK 0.390.210.00   0.07
XYZ45.092948.159287.8079
Yxy48.15920.24900.2660
Hunter Lab69.3968-5.4581-26.4419
CIE-Lab74.9252-1.9532-29.3930

#91bcee color RGB value is (145,188,238).

#91bcee hex color red value is 145, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #91bcee hue: 0.59 , saturation: 0.73 and the lightness value of 91bcee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10111100 11101110
Octal 221 274 356
Decimal 145 188 238
Hex 91 BC EE

RGB Percentages of Color #91bcee

%25.39
%32.92
%41.68

CMYK Percentages of Color #91bcee

%39
%21
%0
%7

Triadic Colors of #91bcee

#91bcee #ee91bc #bcee91

Analogous Colors of #91bcee

#91bcee #9591ee #91ebee

Monochromatic Colors of #91bcee

#91bcee

Complementary Color

#91bcee #eec391

#91bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#91bcee Color CSS Codes

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

#91bcee Text Font Color

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

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


#91bcee Background Color

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

This div background color is #91bcee


#91bcee Border Color

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

This div border color is #91bcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,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 #91bcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91bcee


Comments

No comments written yet.

Please login to write comment.