Color Hex Logo

#1feeab Color Hex

#1FEEAB
(31,238,171)
0 Favorites   0 Comments

Color spaces of #1feeab

RGB 31238171
HSL0.450.860.53
HSV161°87°93°
CMYK 0.870.000.28   0.07
XYZ38.490364.380748.9261
Yxy64.38070.25360.4241
Hunter Lab80.2376-54.788620.0133
CIE-Lab84.1636-61.819819.5083

#1feeab color RGB value is (31,238,171).

#1feeab hex color red value is 31, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1feeab hue: 0.45 , saturation: 0.86 and the lightness value of 1feeab is 0.53.

The process color (four color CMYK) of #1feeab color hex is 0.87, 0.00, 0.28, 0.07. Web safe color of #1feeab is #33ff99. Color #1feeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11101110 10101011
Octal 37 356 253
Decimal 31 238 171
Hex 1F EE AB

RGB Percentages of Color #1feeab

%7.05
%54.09
%38.86

CMYK Percentages of Color #1feeab

%87
%0
%28
%7

Triadic Colors of #1feeab

#1feeab #ab1fee #eeab1f

Analogous Colors of #1feeab

#1feeab #1fcaee #1fee44

Monochromatic Colors of #1feeab

#1feeab

Complementary Color

#1feeab #ee1f62

#1feeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1feeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1feeab Color CSS Codes

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

#1feeab Text Font Color

<p style="color:#1feeab">Text here</p>

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


#1feeab Background Color

<div style="background-color:#1feeab">
Div content here</div>

This div background color is #1feeab


#1feeab Border Color

<div style="border:3px solid #1feeab">
Div here</div>

This div border color is #1feeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,238,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1feeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1feeab;
  -webkit-box-shadow: 1px 1px 3px 2px #1feeab;
  box-shadow:         1px 1px 3px 2px #1feeab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1feeab


Comments

No comments written yet.

Please login to write comment.