Color Hex Logo

#90fbdd Color Hex

#90FBDD
(144,251,221)
0 Favorites   0 Comments

Color spaces of #90fbdd

RGB 144251221
HSL0.450.930.77
HSV163°43°98°
CMYK 0.430.000.12   0.02
XYZ59.049980.144180.7637
Yxy80.14410.26850.3644
Hunter Lab89.5232-38.92639.1776
CIE-Lab91.7495-37.79544.7318

#90fbdd color RGB value is (144,251,221).

#90fbdd hex color red value is 144, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #90fbdd hue: 0.45 , saturation: 0.93 and the lightness value of 90fbdd is 0.77.

The process color (four color CMYK) of #90fbdd color hex is 0.43, 0.00, 0.12, 0.02. Web safe color of #90fbdd is #99ffcc. Color #90fbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111011 11011101
Octal 220 373 335
Decimal 144 251 221
Hex 90 FB DD

RGB Percentages of Color #90fbdd

%23.38
%40.75
%35.88

CMYK Percentages of Color #90fbdd

%43
%0
%12
%2

Triadic Colors of #90fbdd

#90fbdd #dd90fb #fbdd90

Analogous Colors of #90fbdd

#90fbdd #90e4fb #90fba8

Monochromatic Colors of #90fbdd

#90fbdd

Complementary Color

#90fbdd #fb90ae

#90fbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90fbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90fbdd Color CSS Codes

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

#90fbdd Text Font Color

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

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


#90fbdd Background Color

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

This div background color is #90fbdd


#90fbdd Border Color

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

This div border color is #90fbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90fbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.