Color Hex Logo

#90cfe8 Color Hex

#90CFE8
(144,207,232)
0 Favorites   0 Comments

Color spaces of #90cfe8

RGB 144207232
HSL0.550.660.74
HSV197°38°91°
CMYK 0.380.110.00   0.09
XYZ48.379956.381184.6767
Yxy56.38110.25540.2976
Hunter Lab75.0873-16.3926-14.3007
CIE-Lab79.8302-13.8414-18.6965

#90cfe8 color RGB value is (144,207,232).

#90cfe8 hex color red value is 144, green value is 207 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #90cfe8 hue: 0.55 , saturation: 0.66 and the lightness value of 90cfe8 is 0.74.

The process color (four color CMYK) of #90cfe8 color hex is 0.38, 0.11, 0.00, 0.09. Web safe color of #90cfe8 is #99ccff. Color #90cfe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001111 11101000
Octal 220 317 350
Decimal 144 207 232
Hex 90 CF E8

RGB Percentages of Color #90cfe8

%24.70
%35.51
%39.79

CMYK Percentages of Color #90cfe8

%38
%11
%0
%9

Triadic Colors of #90cfe8

#90cfe8 #e890cf #cfe890

Analogous Colors of #90cfe8

#90cfe8 #90a3e8 #90e8d5

Monochromatic Colors of #90cfe8

#90cfe8

Complementary Color

#90cfe8 #e8a990

#90cfe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cfe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cfe8 Color CSS Codes

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

#90cfe8 Text Font Color

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

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


#90cfe8 Background Color

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

This div background color is #90cfe8


#90cfe8 Border Color

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

This div border color is #90cfe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cfe8


Comments

No comments written yet.

Please login to write comment.