Color Hex Logo

#90cadf Color Hex

#90CADF
(144,202,223)
0 Favorites   0 Comments

Color spaces of #90cadf

RGB 144202223
HSL0.540.550.72
HSV196°35°87°
CMYK 0.350.090.00   0.13
XYZ45.941453.498177.7168
Yxy53.49810.25930.3020
Hunter Lab73.1424-15.8817-11.7984
CIE-Lab78.1682-13.5006-16.3783

#90cadf color RGB value is (144,202,223).

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

The process color (four color CMYK) of #90cadf color hex is 0.35, 0.09, 0.00, 0.13. Web safe color of #90cadf is #99cccc. Color #90cadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 11011111
Octal 220 312 337
Decimal 144 202 223
Hex 90 CA DF

RGB Percentages of Color #90cadf

%25.31
%35.50
%39.19

CMYK Percentages of Color #90cadf

%35
%9
%0
%13

Triadic Colors of #90cadf

#90cadf #df90ca #cadf90

Analogous Colors of #90cadf

#90cadf #90a3df #90dfcd

Monochromatic Colors of #90cadf

#90cadf

Complementary Color

#90cadf #dfa590

#90cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cadf Color CSS Codes

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

#90cadf Text Font Color

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

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


#90cadf Background Color

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

This div background color is #90cadf


#90cadf Border Color

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

This div border color is #90cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cadf


Comments

No comments written yet.

Please login to write comment.