Color Hex Logo

#91adcc Color Hex

#91ADCC
(145,173,204)
0 Favorites   0 Comments

Color spaces of #91adcc

RGB 145173204
HSL0.590.370.68
HSV212°29°80°
CMYK 0.290.150.00   0.20
XYZ37.519740.266562.9215
Yxy40.26650.26660.2862
Hunter Lab63.4559-5.5057-14.3716
CIE-Lab69.6589-2.4356-18.8999

#91adcc color RGB value is (145,173,204).

#91adcc hex color red value is 145, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #91adcc hue: 0.59 , saturation: 0.37 and the lightness value of 91adcc is 0.68.

The process color (four color CMYK) of #91adcc color hex is 0.29, 0.15, 0.00, 0.20. Web safe color of #91adcc is #9999cc. Color #91adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10101101 11001100
Octal 221 255 314
Decimal 145 173 204
Hex 91 AD CC

RGB Percentages of Color #91adcc

%27.78
%33.14
%39.08

CMYK Percentages of Color #91adcc

%29
%15
%0
%20

Triadic Colors of #91adcc

#91adcc #cc91ad #adcc91

Analogous Colors of #91adcc

#91adcc #9391cc #91cbcc

Monochromatic Colors of #91adcc

#91adcc

Complementary Color

#91adcc #ccb091

#91adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#91adcc Color CSS Codes

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

#91adcc Text Font Color

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

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


#91adcc Background Color

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

This div background color is #91adcc


#91adcc Border Color

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

This div border color is #91adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91adcc


Comments

No comments written yet.

Please login to write comment.