Color Hex Logo

#90ddca Color Hex

#90DDCA
(144,221,202)
0 Favorites   0 Comments

Color spaces of #90ddca

RGB 144221202
HSL0.460.530.72
HSV165°35°87°
CMYK 0.350.000.09   0.13
XYZ48.018761.906565.2954
Yxy61.90650.27400.3533
Hunter Lab78.6807-28.75295.8730
CIE-Lab82.8637-27.91261.7977

#90ddca color RGB value is (144,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 11001010
Octal 220 335 312
Decimal 144 221 202
Hex 90 DD CA

RGB Percentages of Color #90ddca

%25.40
%38.98
%35.63

CMYK Percentages of Color #90ddca

%35
%0
%9
%13

Triadic Colors of #90ddca

#90ddca #ca90dd #ddca90

Analogous Colors of #90ddca

#90ddca #90cadd #90dda4

Monochromatic Colors of #90ddca

#90ddca

Complementary Color

#90ddca #dd90a3

#90ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ddca Color CSS Codes

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

#90ddca Text Font Color

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

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


#90ddca Background Color

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

This div background color is #90ddca


#90ddca Border Color

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

This div border color is #90ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ddca


Comments

No comments written yet.

Please login to write comment.