Color Hex Logo

#90dfbe Color Hex

#90DFBE
(144,223,190)
0 Favorites   0 Comments

Color spaces of #90dfbe

RGB 144223190
HSL0.430.550.72
HSV155°35°87°
CMYK 0.350.000.15   0.13
XYZ47.183562.422458.2771
Yxy62.42240.28100.3718
Hunter Lab79.0078-31.663511.5725
CIE-Lab83.1375-31.41548.5430

#90dfbe color RGB value is (144,223,190).

#90dfbe hex color red value is 144, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90dfbe hue: 0.43 , saturation: 0.55 and the lightness value of 90dfbe is 0.72.

The process color (four color CMYK) of #90dfbe color hex is 0.35, 0.00, 0.15, 0.13. Web safe color of #90dfbe is #99cccc. Color #90dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011111 10111110
Octal 220 337 276
Decimal 144 223 190
Hex 90 DF BE

RGB Percentages of Color #90dfbe

%25.85
%40.04
%34.11

CMYK Percentages of Color #90dfbe

%35
%0
%15
%13

Triadic Colors of #90dfbe

#90dfbe #be90df #dfbe90

Analogous Colors of #90dfbe

#90dfbe #90d9df #90df97

Monochromatic Colors of #90dfbe

#90dfbe

Complementary Color

#90dfbe #df90b1

#90dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dfbe Color CSS Codes

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

#90dfbe Text Font Color

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

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


#90dfbe Background Color

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

This div background color is #90dfbe


#90dfbe Border Color

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

This div border color is #90dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dfbe


Comments

No comments written yet.

Please login to write comment.