Color Hex Logo

#90d2ee Color Hex

#90D2EE
(144,210,238)
0 Favorites   0 Comments

Color spaces of #90d2ee

RGB 144210238
HSL0.550.730.75
HSV198°39°93°
CMYK 0.390.120.00   0.07
XYZ49.980858.195589.4875
Yxy58.19550.25290.2944
Hunter Lab76.2860-16.5514-16.1501
CIE-Lab80.8474-13.8699-20.3619

#90d2ee color RGB value is (144,210,238).

#90d2ee hex color red value is 144, green value is 210 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #90d2ee hue: 0.55 , saturation: 0.73 and the lightness value of 90d2ee is 0.75.

The process color (four color CMYK) of #90d2ee color hex is 0.39, 0.12, 0.00, 0.07. Web safe color of #90d2ee is #99ccff. Color #90d2ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11010010 11101110
Octal 220 322 356
Decimal 144 210 238
Hex 90 D2 EE

RGB Percentages of Color #90d2ee

%24.32
%35.47
%40.20

CMYK Percentages of Color #90d2ee

%39
%12
%0
%7

Triadic Colors of #90d2ee

#90d2ee #ee90d2 #d2ee90

Analogous Colors of #90d2ee

#90d2ee #90a3ee #90eedb

Monochromatic Colors of #90d2ee

#90d2ee

Complementary Color

#90d2ee #eeac90

#90d2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90d2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90d2ee Color CSS Codes

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

#90d2ee Text Font Color

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

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


#90d2ee Background Color

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

This div background color is #90d2ee


#90d2ee Border Color

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

This div border color is #90d2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90d2ee


Comments

No comments written yet.

Please login to write comment.