Color Hex Logo

#90ddbb Color Hex

#90DDBB
(144,221,187)
0 Favorites   0 Comments

Color spaces of #90ddbb

RGB 144221187
HSL0.430.530.72
HSV154°35°87°
CMYK 0.350.000.15   0.13
XYZ46.327761.230156.3906
Yxy61.23010.28260.3735
Hunter Lab78.2497-31.256012.0474
CIE-Lab82.5023-31.08549.2192

#90ddbb color RGB value is (144,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 10111011
Octal 220 335 273
Decimal 144 221 187
Hex 90 DD BB

RGB Percentages of Color #90ddbb

%26.09
%40.04
%33.88

CMYK Percentages of Color #90ddbb

%35
%0
%15
%13

Triadic Colors of #90ddbb

#90ddbb #bb90dd #ddbb90

Analogous Colors of #90ddbb

#90ddbb #90d9dd #90dd95

Monochromatic Colors of #90ddbb

#90ddbb

Complementary Color

#90ddbb #dd90b2

#90ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddbb Color CSS Codes

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

#90ddbb Text Font Color

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

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


#90ddbb Background Color

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

This div background color is #90ddbb


#90ddbb Border Color

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

This div border color is #90ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddbb


Comments

No comments written yet.

Please login to write comment.