Color Hex Logo

#90cabd Color Hex

#90CABD
(144,202,189)
0 Favorites   0 Comments

Color spaces of #90cabd

RGB 144202189
HSL0.460.350.68
HSV167°29°79°
CMYK 0.290.000.06   0.21
XYZ41.807451.844555.9476
Yxy51.84450.27950.3466
Hunter Lab72.0031-22.36254.3329
CIE-Lab77.1878-21.41640.4779

#90cabd color RGB value is (144,202,189).

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

The process color (four color CMYK) of #90cabd color hex is 0.29, 0.00, 0.06, 0.21. Web safe color of #90cabd is #99cccc. Color #90cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 10111101
Octal 220 312 275
Decimal 144 202 189
Hex 90 CA BD

RGB Percentages of Color #90cabd

%26.92
%37.76
%35.33

CMYK Percentages of Color #90cabd

%29
%0
%6
%21

Triadic Colors of #90cabd

#90cabd #bd90ca #cabd90

Analogous Colors of #90cabd

#90cabd #90baca #90caa0

Monochromatic Colors of #90cabd

#90cabd

Complementary Color

#90cabd #ca909d

#90cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cabd Color CSS Codes

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

#90cabd Text Font Color

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

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


#90cabd Background Color

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

This div background color is #90cabd


#90cabd Border Color

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

This div border color is #90cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cabd


Comments

No comments written yet.

Please login to write comment.