Color Hex Logo

#90cadb Color Hex

#90CADB
(144,202,219)
0 Favorites   0 Comments

Color spaces of #90cadb

RGB 144202219
HSL0.540.510.71
HSV194°34°86°
CMYK 0.340.080.00   0.14
XYZ45.408353.284874.9096
Yxy53.28480.26160.3069
Hunter Lab72.9964-16.7057-9.7464
CIE-Lab78.0428-14.4842-14.4159

#90cadb color RGB value is (144,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 11011011
Octal 220 312 333
Decimal 144 202 219
Hex 90 CA DB

RGB Percentages of Color #90cadb

%25.49
%35.75
%38.76

CMYK Percentages of Color #90cadb

%34
%8
%0
%14

Triadic Colors of #90cadb

#90cadb #db90ca #cadb90

Analogous Colors of #90cadb

#90cadb #90a5db #90dbc7

Monochromatic Colors of #90cadb

#90cadb

Complementary Color

#90cadb #dba190

#90cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cadb Color CSS Codes

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

#90cadb Text Font Color

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

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


#90cadb Background Color

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

This div background color is #90cadb


#90cadb Border Color

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

This div border color is #90cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cadb


Comments

No comments written yet.

Please login to write comment.