Color Hex Logo

#90abdb Color Hex

#90ABDB
(144,171,219)
0 Favorites   0 Comments

Color spaces of #90abdb

RGB 144171219
HSL0.610.510.71
HSV218°34°86°
CMYK 0.340.220.00   0.14
XYZ38.850740.169672.7237
Yxy40.16960.25600.2647
Hunter Lab63.3795-1.4962-23.6656
CIE-Lab69.59022.1477-27.2551

#90abdb color RGB value is (144,171,219).

#90abdb hex color red value is 144, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #90abdb hue: 0.61 , saturation: 0.51 and the lightness value of 90abdb is 0.71.

The process color (four color CMYK) of #90abdb color hex is 0.34, 0.22, 0.00, 0.14. Web safe color of #90abdb is #9999cc. Color #90abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11011011
Octal 220 253 333
Decimal 144 171 219
Hex 90 AB DB

RGB Percentages of Color #90abdb

%26.97
%32.02
%41.01

CMYK Percentages of Color #90abdb

%34
%22
%0
%14

Triadic Colors of #90abdb

#90abdb #db90ab #abdb90

Analogous Colors of #90abdb

#90abdb #9b90db #90d1db

Monochromatic Colors of #90abdb

#90abdb

Complementary Color

#90abdb #dbc090

#90abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abdb Color CSS Codes

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

#90abdb Text Font Color

<p style="color:#90abdb">Text here</p>

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


#90abdb Background Color

<div style="background-color:#90abdb">
Div content here</div>

This div background color is #90abdb


#90abdb Border Color

<div style="border:3px solid #90abdb">
Div here</div>

This div border color is #90abdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,171,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90abdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90abdb;
  -webkit-box-shadow: 1px 1px 3px 2px #90abdb;
  box-shadow:         1px 1px 3px 2px #90abdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,171,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abdb


Comments

No comments written yet.

Please login to write comment.