Color Hex Logo

#90cbed Color Hex

#90CBED
(144,203,237)
0 Favorites   0 Comments

Color spaces of #90cbed

RGB 144203237
HSL0.560.720.75
HSV202°39°93°
CMYK 0.390.140.00   0.07
XYZ48.143654.755688.1522
Yxy54.75560.25200.2866
Hunter Lab73.9970-13.3600-18.8339
CIE-Lab78.9003-10.4841-22.7824

#90cbed color RGB value is (144,203,237).

#90cbed hex color red value is 144, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #90cbed hue: 0.56 , saturation: 0.72 and the lightness value of 90cbed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001011 11101101
Octal 220 313 355
Decimal 144 203 237
Hex 90 CB ED

RGB Percentages of Color #90cbed

%24.66
%34.76
%40.58

CMYK Percentages of Color #90cbed

%39
%14
%0
%7

Triadic Colors of #90cbed

#90cbed #ed90cb #cbed90

Analogous Colors of #90cbed

#90cbed #909ded #90ede1

Monochromatic Colors of #90cbed

#90cbed

Complementary Color

#90cbed #edb290

#90cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cbed Color CSS Codes

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

#90cbed Text Font Color

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

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


#90cbed Background Color

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

This div background color is #90cbed


#90cbed Border Color

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

This div border color is #90cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cbed


Comments

No comments written yet.

Please login to write comment.