Color Hex Logo

#90dfeb Color Hex

#90DFEB
(144,223,235)
0 Favorites   0 Comments

Color spaces of #90dfeb

RGB 144223235
HSL0.520.690.74
HSV188°39°92°
CMYK 0.390.050.00   0.08
XYZ52.884764.702888.2988
Yxy64.70280.25690.3143
Hunter Lab80.4381-23.4102-8.7774
CIE-Lab84.3304-21.2135-13.5235

#90dfeb color RGB value is (144,223,235).

#90dfeb hex color red value is 144, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90dfeb hue: 0.52 , saturation: 0.69 and the lightness value of 90dfeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011111 11101011
Octal 220 337 353
Decimal 144 223 235
Hex 90 DF EB

RGB Percentages of Color #90dfeb

%23.92
%37.04
%39.04

CMYK Percentages of Color #90dfeb

%39
%5
%0
%8

Triadic Colors of #90dfeb

#90dfeb #eb90df #dfeb90

Analogous Colors of #90dfeb

#90dfeb #90b2eb #90ebca

Monochromatic Colors of #90dfeb

#90dfeb

Complementary Color

#90dfeb #eb9c90

#90dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dfeb Color CSS Codes

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

#90dfeb Text Font Color

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

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


#90dfeb Background Color

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

This div background color is #90dfeb


#90dfeb Border Color

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

This div border color is #90dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dfeb


Comments

No comments written yet.

Please login to write comment.