Color Hex Logo

#90dfc5 Color Hex

#90DFC5
(144,223,197)
0 Favorites   0 Comments

Color spaces of #90dfc5

RGB 144223197
HSL0.450.550.72
HSV160°35°87°
CMYK 0.350.000.12   0.13
XYZ47.967362.735962.4044
Yxy62.73590.27710.3624
Hunter Lab79.2060-30.51068.7311
CIE-Lab83.3032-29.94945.0823

#90dfc5 color RGB value is (144,223,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011111 11000101
Octal 220 337 305
Decimal 144 223 197
Hex 90 DF C5

RGB Percentages of Color #90dfc5

%25.53
%39.54
%34.93

CMYK Percentages of Color #90dfc5

%35
%0
%12
%13

Triadic Colors of #90dfc5

#90dfc5 #c590df #dfc590

Analogous Colors of #90dfc5

#90dfc5 #90d2df #90df9e

Monochromatic Colors of #90dfc5

#90dfc5

Complementary Color

#90dfc5 #df90aa

#90dfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dfc5 Color CSS Codes

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

#90dfc5 Text Font Color

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

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


#90dfc5 Background Color

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

This div background color is #90dfc5


#90dfc5 Border Color

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

This div border color is #90dfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dfc5


Comments

No comments written yet.

Please login to write comment.