Color Hex Logo

#90ecbd Color Hex

#90ECBD
(144,236,189)
0 Favorites   0 Comments

Color spaces of #90ecbd

RGB 144236189
HSL0.410.710.75
HSV149°39°93°
CMYK 0.390.000.20   0.07
XYZ50.682469.594358.9059
Yxy69.59430.28290.3884
Hunter Lab83.4232-37.545816.5310
CIE-Lab86.7975-37.637414.2714

#90ecbd color RGB value is (144,236,189).

#90ecbd hex color red value is 144, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #90ecbd hue: 0.41 , saturation: 0.71 and the lightness value of 90ecbd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101100 10111101
Octal 220 354 275
Decimal 144 236 189
Hex 90 EC BD

RGB Percentages of Color #90ecbd

%25.31
%41.48
%33.22

CMYK Percentages of Color #90ecbd

%39
%0
%20
%7

Triadic Colors of #90ecbd

#90ecbd #bd90ec #ecbd90

Analogous Colors of #90ecbd

#90ecbd #90eceb #91ec90

Monochromatic Colors of #90ecbd

#90ecbd

Complementary Color

#90ecbd #ec90bf

#90ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ecbd Color CSS Codes

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

#90ecbd Text Font Color

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

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


#90ecbd Background Color

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

This div background color is #90ecbd


#90ecbd Border Color

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

This div border color is #90ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ecbd


Comments

No comments written yet.

Please login to write comment.