Color Hex Logo

#90cdfd Color Hex

#90CDFD
(144,205,253)
0 Favorites   0 Comments

Color spaces of #90cdfd

RGB 144205253
HSL0.570.960.78
HSV206°43°99°
CMYK 0.430.190.00   0.01
XYZ51.062556.6838101.1783
Yxy56.68380.24440.2713
Hunter Lab75.2886-10.6923-26.9761
CIE-Lab80.0014-7.3329-29.6470

#90cdfd color RGB value is (144,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001101 11111101
Octal 220 315 375
Decimal 144 205 253
Hex 90 CD FD

RGB Percentages of Color #90cdfd

%23.92
%34.05
%42.03

CMYK Percentages of Color #90cdfd

%43
%19
%0
%1

Triadic Colors of #90cdfd

#90cdfd #fd90cd #cdfd90

Analogous Colors of #90cdfd

#90cdfd #9097fd #90fdf7

Monochromatic Colors of #90cdfd

#90cdfd

Complementary Color

#90cdfd #fdc090

#90cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cdfd Color CSS Codes

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

#90cdfd Text Font Color

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

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


#90cdfd Background Color

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

This div background color is #90cdfd


#90cdfd Border Color

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

This div border color is #90cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.