Color Hex Logo

#90efdb Color Hex

#90EFDB
(144,239,219)
0 Favorites   0 Comments

Color spaces of #90efdb

RGB 144239219
HSL0.460.750.75
HSV167°40°94°
CMYK 0.400.000.08   0.06
XYZ55.154372.776878.1582
Yxy72.77680.26760.3531
Hunter Lab85.3093-33.88725.3966
CIE-Lab88.3412-32.70060.8236

#90efdb color RGB value is (144,239,219).

#90efdb hex color red value is 144, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #90efdb hue: 0.46 , saturation: 0.75 and the lightness value of 90efdb is 0.75.

The process color (four color CMYK) of #90efdb color hex is 0.40, 0.00, 0.08, 0.06. Web safe color of #90efdb is #99ffcc. Color #90efdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11011011
Octal 220 357 333
Decimal 144 239 219
Hex 90 EF DB

RGB Percentages of Color #90efdb

%23.92
%39.70
%36.38

CMYK Percentages of Color #90efdb

%40
%0
%8
%6

Triadic Colors of #90efdb

#90efdb #db90ef #efdb90

Analogous Colors of #90efdb

#90efdb #90d4ef #90efac

Monochromatic Colors of #90efdb

#90efdb

Complementary Color

#90efdb #ef90a4

#90efdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efdb Color CSS Codes

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

#90efdb Text Font Color

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

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


#90efdb Background Color

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

This div background color is #90efdb


#90efdb Border Color

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

This div border color is #90efdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,239,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 #90efdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efdb


Comments

No comments written yet.

Please login to write comment.