Color Hex Logo

#90fdfa Color Hex

#90FDFA
(144,253,250)
0 Favorites   0 Comments

Color spaces of #90fdfa

RGB 144253250
HSL0.500.960.78
HSV178°43°99°
CMYK 0.430.000.01   0.01
XYZ63.882283.0820103.1120
Yxy83.08200.25550.3322
Hunter Lab91.1493-34.4092-3.2668
CIE-Lab93.0503-32.0683-8.3844

#90fdfa color RGB value is (144,253,250).

#90fdfa hex color red value is 144, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #90fdfa hue: 0.50 , saturation: 0.96 and the lightness value of 90fdfa is 0.78.

The process color (four color CMYK) of #90fdfa color hex is 0.43, 0.00, 0.01, 0.01. Web safe color of #90fdfa is #99ffff. Color #90fdfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111101 11111010
Octal 220 375 372
Decimal 144 253 250
Hex 90 FD FA

RGB Percentages of Color #90fdfa

%22.26
%39.10
%38.64

CMYK Percentages of Color #90fdfa

%43
%0
%1
%1

Triadic Colors of #90fdfa

#90fdfa #fa90fd #fdfa90

Analogous Colors of #90fdfa

#90fdfa #90cafd #90fdc4

Monochromatic Colors of #90fdfa

#90fdfa

Complementary Color

#90fdfa #fd9093

#90fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90fdfa Color CSS Codes

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

#90fdfa Text Font Color

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

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


#90fdfa Background Color

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

This div background color is #90fdfa


#90fdfa Border Color

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

This div border color is #90fdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90fdfa


Comments

No comments written yet.

Please login to write comment.