color codes Logo

#90dafc color codes

#90DAFC
(144,218,252)
0 Favorites   0 Comments

Color spaces of #90dafc

RGB 144218252
HSL0.550.950.78
HSV199°43°99°
CMYK 0.430.130.00   0.01
XYZ54.143763.1004101.4214
Yxy63.10040.24760.2886
Hunter Lab79.4358-17.3463-20.0948
CIE-Lab83.4952-14.3757-23.7795

#90dafc color RGB value is (144,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 11111100
Octal 220 332 374
Decimal 144 218 252
Hex 90 DA FC

RGB Percentages of Color #90dafc

%23.45
%35.50
%41.04

CMYK Percentages of Color #90dafc

%43
%13
%0
%1

Triadic Colors of #90dafc

#90dafc #fc90da #dafc90

Analogous Colors of #90dafc

#90dafc #90a4fc #90fce8

Monochromatic Colors of #90dafc

#90dafc

Complementary Color

#90dafc #fcb290

#90dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dafc Color CSS Codes

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

#90dafc Text Font Color

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

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


#90dafc Background Color

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

This div background color is #90dafc


#90dafc Border Color

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

This div border color is #90dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dafc


Comments

No comments written yet.

Please login to write comment.