Color Hex Logo

#90fdca Color Hex

#90FDCA
(144,253,202)
0 Favorites   0 Comments

Color spaces of #90fdca

RGB 144253202
HSL0.420.960.78
HSV152°43°99°
CMYK 0.430.000.20   0.01
XYZ57.287580.444168.3850
Yxy80.44410.27790.3903
Hunter Lab89.6906-42.946517.5775
CIE-Lab91.8838-42.661714.7303

#90fdca color RGB value is (144,253,202).

#90fdca hex color red value is 144, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #90fdca hue: 0.42 , saturation: 0.96 and the lightness value of 90fdca is 0.78.

The process color (four color CMYK) of #90fdca color hex is 0.43, 0.00, 0.20, 0.01. Web safe color of #90fdca is #99ffcc. Color #90fdca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111101 11001010
Octal 220 375 312
Decimal 144 253 202
Hex 90 FD CA

RGB Percentages of Color #90fdca

%24.04
%42.24
%33.72

CMYK Percentages of Color #90fdca

%43
%0
%20
%1

Triadic Colors of #90fdca

#90fdca #ca90fd #fdca90

Analogous Colors of #90fdca

#90fdca #90fafd #90fd94

Monochromatic Colors of #90fdca

#90fdca

Complementary Color

#90fdca #fd90c3

#90fdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90fdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90fdca Color CSS Codes

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

#90fdca Text Font Color

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

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


#90fdca Background Color

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

This div background color is #90fdca


#90fdca Border Color

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

This div border color is #90fdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90fdca

Related Colors


Comments

No comments written yet.

Please login to write comment.