Color Hex Logo

#90ddbd Color Hex

#90DDBD
(144,221,189)
0 Favorites   0 Comments

Color spaces of #90ddbd

RGB 144221189
HSL0.430.530.72
HSV155°35°87°
CMYK 0.350.000.14   0.13
XYZ46.543461.316357.5263
Yxy61.31630.28140.3707
Hunter Lab78.3047-30.935011.2561
CIE-Lab82.5485-30.67488.2278

#90ddbd color RGB value is (144,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 10111101
Octal 220 335 275
Decimal 144 221 189
Hex 90 DD BD

RGB Percentages of Color #90ddbd

%25.99
%39.89
%34.12

CMYK Percentages of Color #90ddbd

%35
%0
%14
%13

Triadic Colors of #90ddbd

#90ddbd #bd90dd #ddbd90

Analogous Colors of #90ddbd

#90ddbd #90d7dd #90dd97

Monochromatic Colors of #90ddbd

#90ddbd

Complementary Color

#90ddbd #dd90b0

#90ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddbd Color CSS Codes

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

#90ddbd Text Font Color

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

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


#90ddbd Background Color

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

This div background color is #90ddbd


#90ddbd Border Color

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

This div border color is #90ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddbd


Comments

No comments written yet.

Please login to write comment.