Color Hex Logo

#90effe Color Hex

#90EFFE
(144,239,254)
0 Favorites   0 Comments

Color spaces of #90effe

RGB 144239254
HSL0.520.980.78
HSV188°43°100°
CMYK 0.430.060.00   0.00
XYZ60.257574.8181105.0314
Yxy74.81810.25100.3116
Hunter Lab86.4975-27.0205-11.4459
CIE-Lab89.3077-24.3819-16.0483

#90effe color RGB value is (144,239,254).

#90effe hex color red value is 144, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #90effe hue: 0.52 , saturation: 0.98 and the lightness value of 90effe is 0.78.

The process color (four color CMYK) of #90effe color hex is 0.43, 0.06, 0.00, 0.00. Web safe color of #90effe is #99ffff. Color #90effe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11111110
Octal 220 357 376
Decimal 144 239 254
Hex 90 EF FE

RGB Percentages of Color #90effe

%22.61
%37.52
%39.87

CMYK Percentages of Color #90effe

%43
%6
%0
%0

Triadic Colors of #90effe

#90effe #fe90ef #effe90

Analogous Colors of #90effe

#90effe #90b8fe #90fed6

Monochromatic Colors of #90effe

#90effe

Complementary Color

#90effe #fe9f90

#90effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90effe Color CSS Codes

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

#90effe Text Font Color

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

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


#90effe Background Color

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

This div background color is #90effe


#90effe Border Color

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

This div border color is #90effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90effe

Related Colors


Comments

No comments written yet.

Please login to write comment.