Color Hex Logo

#90bdca Color Hex

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

Color spaces of #90bdca

RGB 144189202
HSL0.540.350.68
HSV193°29°79°
CMYK 0.290.060.00   0.21
XYZ40.359946.588862.7425
Yxy46.58880.26960.3112
Hunter Lab68.2560-13.9006-6.7216
CIE-Lab73.9260-11.7972-11.3848

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

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

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

Base Numbers

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

RGB Percentages of Color #90bdca

%26.92
%35.33
%37.76

CMYK Percentages of Color #90bdca

%29
%6
%0
%21

Triadic Colors of #90bdca

#90bdca #ca90bd #bdca90

Analogous Colors of #90bdca

#90bdca #90a0ca #90caba

Monochromatic Colors of #90bdca

#90bdca

Complementary Color

#90bdca #ca9d90

#90bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bdca Color CSS Codes

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

#90bdca Text Font Color

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

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


#90bdca Background Color

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

This div background color is #90bdca


#90bdca Border Color

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

This div border color is #90bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bdca

#90bdca Color Palettes


Comments

No comments written yet.

Please login to write comment.