Color Hex Logo

#90dafb Color Hex

#90DAFB
(144,218,251)
0 Favorites   0 Comments

Color spaces of #90dafb

RGB 144218251
HSL0.550.930.77
HSV199°43°98°
CMYK 0.430.130.00   0.02
XYZ53.985663.0371100.5888
Yxy63.03710.24810.2897
Hunter Lab79.3959-17.5710-19.5390
CIE-Lab83.4619-14.6361-23.3009

#90dafb color RGB value is (144,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 11111011
Octal 220 332 373
Decimal 144 218 251
Hex 90 DA FB

RGB Percentages of Color #90dafb

%23.49
%35.56
%40.95

CMYK Percentages of Color #90dafb

%43
%13
%0
%2

Triadic Colors of #90dafb

#90dafb #fb90da #dafb90

Analogous Colors of #90dafb

#90dafb #90a5fb #90fbe7

Monochromatic Colors of #90dafb

#90dafb

Complementary Color

#90dafb #fbb190

#90dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dafb Color CSS Codes

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

#90dafb Text Font Color

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

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


#90dafb Background Color

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

This div background color is #90dafb


#90dafb Border Color

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

This div border color is #90dafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,218,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 #90dafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dafb


Comments

No comments written yet.

Please login to write comment.