Color Hex Logo

#90dcbd Color Hex

#90DCBD
(144,220,189)
0 Favorites   0 Comments

Color spaces of #90dcbd

RGB 144220189
HSL0.430.520.71
HSV156°35°86°
CMYK 0.350.000.14   0.14
XYZ46.280160.789857.4385
Yxy60.78980.28130.3695
Hunter Lab77.9678-30.489710.8988
CIE-Lab82.2656-30.20017.8224

#90dcbd color RGB value is (144,220,189).

#90dcbd hex color red value is 144, green value is 220 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #90dcbd hue: 0.43 , saturation: 0.52 and the lightness value of 90dcbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 10111101
Octal 220 334 275
Decimal 144 220 189
Hex 90 DC BD

RGB Percentages of Color #90dcbd

%26.04
%39.78
%34.18

CMYK Percentages of Color #90dcbd

%35
%0
%14
%14

Triadic Colors of #90dcbd

#90dcbd #bd90dc #dcbd90

Analogous Colors of #90dcbd

#90dcbd #90d5dc #90dc97

Monochromatic Colors of #90dcbd

#90dcbd

Complementary Color

#90dcbd #dc90af

#90dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dcbd Color CSS Codes

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

#90dcbd Text Font Color

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

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


#90dcbd Background Color

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

This div background color is #90dcbd


#90dcbd Border Color

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

This div border color is #90dcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dcbd


Comments

No comments written yet.

Please login to write comment.