Color Hex Logo

#90fcf1 Color Hex

#90FCF1
(144,252,241)
0 Favorites   0 Comments

Color spaces of #90fcf1

RGB 144252241
HSL0.480.950.78
HSV174°43°99°
CMYK 0.430.000.04   0.01
XYZ62.189281.901095.7498
Yxy81.90100.25930.3415
Hunter Lab90.4992-35.71200.6195
CIE-Lab92.5311-33.7342-4.4893

#90fcf1 color RGB value is (144,252,241).

#90fcf1 hex color red value is 144, green value is 252 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #90fcf1 hue: 0.48 , saturation: 0.95 and the lightness value of 90fcf1 is 0.78.

The process color (four color CMYK) of #90fcf1 color hex is 0.43, 0.00, 0.04, 0.01. Web safe color of #90fcf1 is #99ffff. Color #90fcf1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111100 11110001
Octal 220 374 361
Decimal 144 252 241
Hex 90 FC F1

RGB Percentages of Color #90fcf1

%22.61
%39.56
%37.83

CMYK Percentages of Color #90fcf1

%43
%0
%4
%1

Triadic Colors of #90fcf1

#90fcf1 #f190fc #fcf190

Analogous Colors of #90fcf1

#90fcf1 #90d1fc #90fcbb

Monochromatic Colors of #90fcf1

#90fcf1

Complementary Color

#90fcf1 #fc909b

#90fcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90fcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90fcf1 Color CSS Codes

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

#90fcf1 Text Font Color

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

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


#90fcf1 Background Color

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

This div background color is #90fcf1


#90fcf1 Border Color

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

This div border color is #90fcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90fcf1


Comments

No comments written yet.

Please login to write comment.