Color Hex Logo

#90bcfd Color Hex

#90BCFD
(144,188,253)
0 Favorites   0 Comments

Color spaces of #90bcfd

RGB 144188253
HSL0.600.960.78
HSV216°43°99°
CMYK 0.430.260.00   0.01
XYZ47.214448.987699.8956
Yxy48.98760.24080.2498
Hunter Lab69.9911-2.0725-35.6285
CIE-Lab75.44361.8345-36.6771

#90bcfd color RGB value is (144,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 11111101
Octal 220 274 375
Decimal 144 188 253
Hex 90 BC FD

RGB Percentages of Color #90bcfd

%24.62
%32.14
%43.25

CMYK Percentages of Color #90bcfd

%43
%26
%0
%1

Triadic Colors of #90bcfd

#90bcfd #fd90bc #bcfd90

Analogous Colors of #90bcfd

#90bcfd #9b90fd #90f3fd

Monochromatic Colors of #90bcfd

#90bcfd

Complementary Color

#90bcfd #fdd190

#90bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcfd Color CSS Codes

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

#90bcfd Text Font Color

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

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


#90bcfd Background Color

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

This div background color is #90bcfd


#90bcfd Border Color

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

This div border color is #90bcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcfd


Comments

No comments written yet.

Please login to write comment.