Color Hex Logo

#90ccfb Color Hex

#90CCFB
(144,204,251)
0 Favorites   0 Comments

Color spaces of #90ccfb

RGB 144204251
HSL0.570.930.77
HSV206°43°98°
CMYK 0.430.190.00   0.02
XYZ50.507156.080199.4293
Yxy56.08010.24520.2722
Hunter Lab74.8866-10.6628-26.3005
CIE-Lab79.6594-7.3377-29.1056

#90ccfb color RGB value is (144,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001100 11111011
Octal 220 314 373
Decimal 144 204 251
Hex 90 CC FB

RGB Percentages of Color #90ccfb

%24.04
%34.06
%41.90

CMYK Percentages of Color #90ccfb

%43
%19
%0
%2

Triadic Colors of #90ccfb

#90ccfb #fb90cc #ccfb90

Analogous Colors of #90ccfb

#90ccfb #9097fb #90fbf5

Monochromatic Colors of #90ccfb

#90ccfb

Complementary Color

#90ccfb #fbbf90

#90ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ccfb Color CSS Codes

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

#90ccfb Text Font Color

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

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


#90ccfb Background Color

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

This div background color is #90ccfb


#90ccfb Border Color

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

This div border color is #90ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.