Color Hex Logo

#90dbce Color Hex

#90DBCE
(144,219,206)
0 Favorites   0 Comments

Color spaces of #90dbce

RGB 144219206
HSL0.470.510.71
HSV170°34°86°
CMYK 0.340.000.06   0.14
XYZ47.973761.048667.6476
Yxy61.04860.27150.3456
Hunter Lab78.1336-27.13563.3606
CIE-Lab82.4049-26.0594-0.9948

#90dbce color RGB value is (144,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011011 11001110
Octal 220 333 316
Decimal 144 219 206
Hex 90 DB CE

RGB Percentages of Color #90dbce

%25.31
%38.49
%36.20

CMYK Percentages of Color #90dbce

%34
%0
%6
%14

Triadic Colors of #90dbce

#90dbce #ce90db #dbce90

Analogous Colors of #90dbce

#90dbce #90c3db #90dba9

Monochromatic Colors of #90dbce

#90dbce

Complementary Color

#90dbce #db909d

#90dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dbce Color CSS Codes

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

#90dbce Text Font Color

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

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


#90dbce Background Color

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

This div background color is #90dbce


#90dbce Border Color

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

This div border color is #90dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dbce


Comments

No comments written yet.

Please login to write comment.