Color Hex Logo

#90bdaf Color Hex

#90BDAF
(144,189,175)
0 Favorites   0 Comments

Color spaces of #90bdaf

RGB 144189175
HSL0.450.250.65
HSV161°24°74°
CMYK 0.240.000.07   0.26
XYZ37.437145.419647.3512
Yxy45.41960.28750.3488
Hunter Lab67.3941-18.78375.5186
CIE-Lab73.1673-17.82732.2108

#90bdaf color RGB value is (144,189,175).

#90bdaf hex color red value is 144, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #90bdaf hue: 0.45 , saturation: 0.25 and the lightness value of 90bdaf is 0.65.

The process color (four color CMYK) of #90bdaf color hex is 0.24, 0.00, 0.07, 0.26. Web safe color of #90bdaf is #99cc99. Color #90bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111101 10101111
Octal 220 275 257
Decimal 144 189 175
Hex 90 BD AF

RGB Percentages of Color #90bdaf

%28.35
%37.20
%34.45

CMYK Percentages of Color #90bdaf

%24
%0
%7
%26

Triadic Colors of #90bdaf

#90bdaf #af90bd #bdaf90

Analogous Colors of #90bdaf

#90bdaf #90b5bd #90bd99

Monochromatic Colors of #90bdaf

#90bdaf

Complementary Color

#90bdaf #bd909e

#90bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bdaf Color CSS Codes

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

#90bdaf Text Font Color

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

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


#90bdaf Background Color

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

This div background color is #90bdaf


#90bdaf Border Color

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

This div border color is #90bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bdaf


Comments

No comments written yet.

Please login to write comment.