Color Hex Logo

#90bcda Color Hex

#90BCDA
(144,188,218)
0 Favorites   0 Comments

Color spaces of #90bcda

RGB 144188218
HSL0.570.500.71
HSV204°34°85°
CMYK 0.340.140.00   0.15
XYZ42.139746.957773.1724
Yxy46.95770.25970.2894
Hunter Lab68.5257-10.1518-15.3425
CIE-Lab74.1627-7.3725-19.7302

#90bcda color RGB value is (144,188,218).

#90bcda hex color red value is 144, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90bcda hue: 0.57 , saturation: 0.50 and the lightness value of 90bcda is 0.71.

The process color (four color CMYK) of #90bcda color hex is 0.34, 0.14, 0.00, 0.15. Web safe color of #90bcda is #99cccc. Color #90bcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 11011010
Octal 220 274 332
Decimal 144 188 218
Hex 90 BC DA

RGB Percentages of Color #90bcda

%26.18
%34.18
%39.64

CMYK Percentages of Color #90bcda

%34
%14
%0
%15

Triadic Colors of #90bcda

#90bcda #da90bc #bcda90

Analogous Colors of #90bcda

#90bcda #9097da #90dad3

Monochromatic Colors of #90bcda

#90bcda

Complementary Color

#90bcda #daae90

#90bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcda Color CSS Codes

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

#90bcda Text Font Color

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

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


#90bcda Background Color

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

This div background color is #90bcda


#90bcda Border Color

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

This div border color is #90bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcda


Comments

No comments written yet.

Please login to write comment.