Color Hex Logo

#90ffcd Color Hex

#90FFCD
(144,255,205)
0 Favorites   0 Comments

Color spaces of #90ffcd

RGB 144255205
HSL0.421.000.78
HSV153°44°100°
CMYK 0.440.000.20   0.00
XYZ58.281081.857170.4859
Yxy81.85710.27670.3886
Hunter Lab90.4749-43.347217.1416
CIE-Lab92.5118-42.941014.0768

#90ffcd color RGB value is (144,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111111 11001101
Octal 220 377 315
Decimal 144 255 205
Hex 90 FF CD

RGB Percentages of Color #90ffcd

%23.84
%42.22
%33.94

CMYK Percentages of Color #90ffcd

%44
%0
%20
%0

Triadic Colors of #90ffcd

#90ffcd #cd90ff #ffcd90

Analogous Colors of #90ffcd

#90ffcd #90faff #90ff96

Monochromatic Colors of #90ffcd

#90ffcd

Complementary Color

#90ffcd #ff90c2

#90ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ffcd Color CSS Codes

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

#90ffcd Text Font Color

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

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


#90ffcd Background Color

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

This div background color is #90ffcd


#90ffcd Border Color

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

This div border color is #90ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.