Color Hex Logo

#90becd Color Hex

#90BECD
(144,190,205)
0 Favorites   0 Comments

Color spaces of #90becd

RGB 144190205
HSL0.540.380.68
HSV195°30°80°
CMYK 0.300.070.00   0.20
XYZ40.934547.164064.7037
Yxy47.16400.26790.3087
Hunter Lab68.6761-13.7878-7.7873
CIE-Lab74.2945-11.6107-12.4657

#90becd color RGB value is (144,190,205).

#90becd hex color red value is 144, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #90becd hue: 0.54 , saturation: 0.38 and the lightness value of 90becd is 0.68.

The process color (four color CMYK) of #90becd color hex is 0.30, 0.07, 0.00, 0.20. Web safe color of #90becd is #99cccc. Color #90becd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11001101
Octal 220 276 315
Decimal 144 190 205
Hex 90 BE CD

RGB Percentages of Color #90becd

%26.72
%35.25
%38.03

CMYK Percentages of Color #90becd

%30
%7
%0
%20

Triadic Colors of #90becd

#90becd #cd90be #becd90

Analogous Colors of #90becd

#90becd #90a0cd #90cdbe

Monochromatic Colors of #90becd

#90becd

Complementary Color

#90becd #cd9f90

#90becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90becd Color CSS Codes

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

#90becd Text Font Color

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

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


#90becd Background Color

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

This div background color is #90becd


#90becd Border Color

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

This div border color is #90becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90becd


Comments

No comments written yet.

Please login to write comment.