Color Hex Logo

#90c4eb Color Hex

#90C4EB
(144,196,235)
0 Favorites   0 Comments

Color spaces of #90c4eb

RGB 144196235
HSL0.570.690.74
HSV206°39°92°
CMYK 0.390.170.00   0.08
XYZ46.236951.407386.0829
Yxy51.40730.25170.2798
Hunter Lab71.6989-10.3627-20.9954
CIE-Lab76.9251-7.3030-24.7179

#90c4eb color RGB value is (144,196,235).

#90c4eb hex color red value is 144, green value is 196 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90c4eb hue: 0.57 , saturation: 0.69 and the lightness value of 90c4eb is 0.74.

The process color (four color CMYK) of #90c4eb color hex is 0.39, 0.17, 0.00, 0.08. Web safe color of #90c4eb is #99ccff. Color #90c4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11000100 11101011
Octal 220 304 353
Decimal 144 196 235
Hex 90 C4 EB

RGB Percentages of Color #90c4eb

%25.04
%34.09
%40.87

CMYK Percentages of Color #90c4eb

%39
%17
%0
%8

Triadic Colors of #90c4eb

#90c4eb #eb90c4 #c4eb90

Analogous Colors of #90c4eb

#90c4eb #9097eb #90ebe5

Monochromatic Colors of #90c4eb

#90c4eb

Complementary Color

#90c4eb #ebb790

#90c4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90c4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90c4eb Color CSS Codes

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

#90c4eb Text Font Color

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

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


#90c4eb Background Color

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

This div background color is #90c4eb


#90c4eb Border Color

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

This div border color is #90c4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90c4eb


Comments

No comments written yet.

Please login to write comment.