Color Hex Logo

#91b4dd Color Hex

#91B4DD
(145,180,221)
0 Favorites   0 Comments

Color spaces of #91b4dd

RGB 145180221
HSL0.590.530.72
HSV212°34°87°
CMYK 0.340.190.00   0.13
XYZ41.049543.882774.7133
Yxy43.88270.25710.2749
Hunter Lab66.2440-5.3158-20.4994
CIE-Lab72.1500-2.0138-24.4215

#91b4dd color RGB value is (145,180,221).

#91b4dd hex color red value is 145, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #91b4dd hue: 0.59 , saturation: 0.53 and the lightness value of 91b4dd is 0.72.

The process color (four color CMYK) of #91b4dd color hex is 0.34, 0.19, 0.00, 0.13. Web safe color of #91b4dd is #99cccc. Color #91b4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10110100 11011101
Octal 221 264 335
Decimal 145 180 221
Hex 91 B4 DD

RGB Percentages of Color #91b4dd

%26.56
%32.97
%40.48

CMYK Percentages of Color #91b4dd

%34
%19
%0
%13

Triadic Colors of #91b4dd

#91b4dd #dd91b4 #b4dd91

Analogous Colors of #91b4dd

#91b4dd #9491dd #91dadd

Monochromatic Colors of #91b4dd

#91b4dd

Complementary Color

#91b4dd #ddba91

#91b4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91b4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#91b4dd Color CSS Codes

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

#91b4dd Text Font Color

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

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


#91b4dd Background Color

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

This div background color is #91b4dd


#91b4dd Border Color

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

This div border color is #91b4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91b4dd


Comments

No comments written yet.

Please login to write comment.