Color Hex Logo

#90bedb Color Hex

#90BEDB
(144,190,219)
0 Favorites   0 Comments

Color spaces of #90bedb

RGB 144190219
HSL0.560.510.71
HSV203°34°86°
CMYK 0.340.130.00   0.14
XYZ42.701247.870774.0072
Yxy47.87070.25950.2909
Hunter Lab69.1887-10.9152-14.9871
CIE-Lab74.7433-8.1892-19.3929

#90bedb color RGB value is (144,190,219).

#90bedb hex color red value is 144, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #90bedb hue: 0.56 , saturation: 0.51 and the lightness value of 90bedb is 0.71.

The process color (four color CMYK) of #90bedb color hex is 0.34, 0.13, 0.00, 0.14. Web safe color of #90bedb is #99cccc. Color #90bedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11011011
Octal 220 276 333
Decimal 144 190 219
Hex 90 BE DB

RGB Percentages of Color #90bedb

%26.04
%34.36
%39.60

CMYK Percentages of Color #90bedb

%34
%13
%0
%14

Triadic Colors of #90bedb

#90bedb #db90be #bedb90

Analogous Colors of #90bedb

#90bedb #9099db #90dbd3

Monochromatic Colors of #90bedb

#90bedb

Complementary Color

#90bedb #dbad90

#90bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bedb Color CSS Codes

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

#90bedb Text Font Color

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

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


#90bedb Background Color

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

This div background color is #90bedb


#90bedb Border Color

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

This div border color is #90bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bedb


Comments

No comments written yet.

Please login to write comment.