Color Hex Logo

#90cdbe Color Hex

#90CDBE
(144,205,190)
0 Favorites   0 Comments

Color spaces of #90cdbe

RGB 144205190
HSL0.460.380.68
HSV165°30°80°
CMYK 0.300.000.07   0.20
XYZ42.627253.309656.7583
Yxy53.30960.27920.3491
Hunter Lab73.0134-23.56045.0192
CIE-Lab78.0574-22.69561.2073

#90cdbe color RGB value is (144,205,190).

#90cdbe hex color red value is 144, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90cdbe hue: 0.46 , saturation: 0.38 and the lightness value of 90cdbe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001101 10111110
Octal 220 315 276
Decimal 144 205 190
Hex 90 CD BE

RGB Percentages of Color #90cdbe

%26.72
%38.03
%35.25

CMYK Percentages of Color #90cdbe

%30
%0
%7
%20

Triadic Colors of #90cdbe

#90cdbe #be90cd #cdbe90

Analogous Colors of #90cdbe

#90cdbe #90becd #90cda0

Monochromatic Colors of #90cdbe

#90cdbe

Complementary Color

#90cdbe #cd909f

#90cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cdbe Color CSS Codes

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

#90cdbe Text Font Color

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

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


#90cdbe Background Color

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

This div background color is #90cdbe


#90cdbe Border Color

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

This div border color is #90cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cdbe


Comments

No comments written yet.

Please login to write comment.