Color Hex Logo

#91ceea Color Hex

#91CEEA
(145,206,234)
0 Favorites   0 Comments

Color spaces of #91ceea

RGB 145206234
HSL0.550.680.74
HSV199°38°92°
CMYK 0.380.120.00   0.08
XYZ48.599656.102986.1094
Yxy56.10290.25470.2940
Hunter Lab74.9019-15.2597-15.7302
CIE-Lab79.6723-12.5575-20.0002

#91ceea color RGB value is (145,206,234).

#91ceea hex color red value is 145, green value is 206 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #91ceea hue: 0.55 , saturation: 0.68 and the lightness value of 91ceea is 0.74.

The process color (four color CMYK) of #91ceea color hex is 0.38, 0.12, 0.00, 0.08. Web safe color of #91ceea is #99ccff. Color #91ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 11001110 11101010
Octal 221 316 352
Decimal 145 206 234
Hex 91 CE EA

RGB Percentages of Color #91ceea

%24.79
%35.21
%40.00

CMYK Percentages of Color #91ceea

%38
%12
%0
%8

Triadic Colors of #91ceea

#91ceea #ea91ce #ceea91

Analogous Colors of #91ceea

#91ceea #91a2ea #91eada

Monochromatic Colors of #91ceea

#91ceea

Complementary Color

#91ceea #eaad91

#91ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#91ceea Color CSS Codes

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

#91ceea Text Font Color

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

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


#91ceea Background Color

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

This div background color is #91ceea


#91ceea Border Color

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

This div border color is #91ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91ceea


Comments

No comments written yet.

Please login to write comment.