Color Hex Logo

#90ddcb Color Hex

#90DDCB
(144,221,203)
0 Favorites   0 Comments

Color spaces of #90ddcb

RGB 144221203
HSL0.460.530.72
HSV166°35°87°
CMYK 0.350.000.08   0.13
XYZ48.137561.954065.9211
Yxy61.95400.27350.3520
Hunter Lab78.7109-28.57815.4417
CIE-Lab82.8890-27.69341.3043

#90ddcb color RGB value is (144,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 11001011
Octal 220 335 313
Decimal 144 221 203
Hex 90 DD CB

RGB Percentages of Color #90ddcb

%25.35
%38.91
%35.74

CMYK Percentages of Color #90ddcb

%35
%0
%8
%13

Triadic Colors of #90ddcb

#90ddcb #cb90dd #ddcb90

Analogous Colors of #90ddcb

#90ddcb #90c9dd #90dda5

Monochromatic Colors of #90ddcb

#90ddcb

Complementary Color

#90ddcb #dd90a2

#90ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddcb Color CSS Codes

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

#90ddcb Text Font Color

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

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


#90ddcb Background Color

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

This div background color is #90ddcb


#90ddcb Border Color

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

This div border color is #90ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddcb


Comments

No comments written yet.

Please login to write comment.