Color Hex Logo

#91ceff Color Hex

#91CEFF
(145,206,255)
0 Favorites   0 Comments

Color spaces of #91ceff

RGB 145206255
HSL0.571.000.78
HSV207°43°100°
CMYK 0.430.190.00   0.00
XYZ51.798457.3824102.9536
Yxy57.38240.24420.2705
Hunter Lab75.7512-10.5068-27.5554
CIE-Lab80.3942-7.0826-30.1047

#91ceff color RGB value is (145,206,255).

#91ceff hex color red value is 145, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #91ceff hue: 0.57 , saturation: 1.00 and the lightness value of 91ceff is 0.78.

The process color (four color CMYK) of #91ceff color hex is 0.43, 0.19, 0.00, 0.00. Web safe color of #91ceff is #99ccff. Color #91ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 11001110 11111111
Octal 221 316 377
Decimal 145 206 255
Hex 91 CE FF

RGB Percentages of Color #91ceff

%23.93
%33.99
%42.08

CMYK Percentages of Color #91ceff

%43
%19
%0
%0

Triadic Colors of #91ceff

#91ceff #ff91ce #ceff91

Analogous Colors of #91ceff

#91ceff #9197ff #91fff9

Monochromatic Colors of #91ceff

#91ceff

Complementary Color

#91ceff #ffc291

#91ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#91ceff Color CSS Codes

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

#91ceff Text Font Color

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

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


#91ceff Background Color

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

This div background color is #91ceff


#91ceff Border Color

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

This div border color is #91ceff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,206,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.