Color Hex Logo

#90dcfb Color Hex

#90DCFB
(144,220,251)
0 Favorites   0 Comments

Color spaces of #90dcfb

RGB 144220251
HSL0.550.930.77
HSV197°43°98°
CMYK 0.430.120.00   0.02
XYZ54.507464.0807100.7628
Yxy64.08070.24850.2921
Hunter Lab80.0504-18.5452-18.5955
CIE-Lab84.0078-15.6592-22.4720

#90dcfb color RGB value is (144,220,251).

#90dcfb hex color red value is 144, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #90dcfb hue: 0.55 , saturation: 0.93 and the lightness value of 90dcfb is 0.77.

The process color (four color CMYK) of #90dcfb color hex is 0.43, 0.12, 0.00, 0.02. Web safe color of #90dcfb is #99ccff. Color #90dcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 11111011
Octal 220 334 373
Decimal 144 220 251
Hex 90 DC FB

RGB Percentages of Color #90dcfb

%23.41
%35.77
%40.81

CMYK Percentages of Color #90dcfb

%43
%12
%0
%2

Triadic Colors of #90dcfb

#90dcfb #fb90dc #dcfb90

Analogous Colors of #90dcfb

#90dcfb #90a7fb #90fbe5

Monochromatic Colors of #90dcfb

#90dcfb

Complementary Color

#90dcfb #fbaf90

#90dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dcfb Color CSS Codes

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

#90dcfb Text Font Color

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

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


#90dcfb Background Color

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

This div background color is #90dcfb


#90dcfb Border Color

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

This div border color is #90dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dcfb


Comments

No comments written yet.

Please login to write comment.