Color Hex Logo

#90dadf Color Hex

#90DADF
(144,218,223)
0 Favorites   0 Comments

Color spaces of #90dadf

RGB 144218223
HSL0.510.550.72
HSV184°35°87°
CMYK 0.350.020.00   0.13
XYZ49.892361.399879.0338
Yxy61.39980.26210.3226
Hunter Lab78.3580-23.4716-4.9507
CIE-Lab82.5932-21.6334-9.7529

#90dadf color RGB value is (144,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 11011111
Octal 220 332 337
Decimal 144 218 223
Hex 90 DA DF

RGB Percentages of Color #90dadf

%24.62
%37.26
%38.12

CMYK Percentages of Color #90dadf

%35
%2
%0
%13

Triadic Colors of #90dadf

#90dadf #df90da #dadf90

Analogous Colors of #90dadf

#90dadf #90b3df #90dfbd

Monochromatic Colors of #90dadf

#90dadf

Complementary Color

#90dadf #df9590

#90dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dadf Color CSS Codes

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

#90dadf Text Font Color

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

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


#90dadf Background Color

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

This div background color is #90dadf


#90dadf Border Color

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

This div border color is #90dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dadf


Comments

No comments written yet.

Please login to write comment.