Color Hex Logo

#90eafd Color Hex

#90EAFD
(144,234,253)
0 Favorites   0 Comments

Color spaces of #90eafd

RGB 144234253
HSL0.530.960.78
HSV190°43°99°
CMYK 0.430.080.00   0.01
XYZ58.654071.8668103.7088
Yxy71.86680.25040.3068
Hunter Lab84.7743-24.8537-13.1905
CIE-Lab87.9044-22.1776-17.6348

#90eafd color RGB value is (144,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101010 11111101
Octal 220 352 375
Decimal 144 234 253
Hex 90 EA FD

RGB Percentages of Color #90eafd

%22.82
%37.08
%40.10

CMYK Percentages of Color #90eafd

%43
%8
%0
%1

Triadic Colors of #90eafd

#90eafd #fd90ea #eafd90

Analogous Colors of #90eafd

#90eafd #90b4fd #90fdda

Monochromatic Colors of #90eafd

#90eafd

Complementary Color

#90eafd #fda390

#90eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eafd Color CSS Codes

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

#90eafd Text Font Color

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

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


#90eafd Background Color

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

This div background color is #90eafd


#90eafd Border Color

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

This div border color is #90eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.