Color Hex Logo

#2ffaee Color Hex

#2FFAEE
(47,250,238)
0 Favorites   0 Comments

Color spaces of #2ffaee

RGB 47250238
HSL0.490.950.58
HSV176°81°98°
CMYK 0.810.000.05   0.02
XYZ50.790575.148692.7171
Yxy75.14860.23230.3437
Hunter Lab86.6883-47.1217-2.7316
CIE-Lab89.4626-48.8367-7.7352

#2ffaee color RGB value is (47,250,238).

#2ffaee hex color red value is 47, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2ffaee hue: 0.49 , saturation: 0.95 and the lightness value of 2ffaee is 0.58.

The process color (four color CMYK) of #2ffaee color hex is 0.81, 0.00, 0.05, 0.02. Web safe color of #2ffaee is #33ffff. Color #2ffaee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111010 11101110
Octal 57 372 356
Decimal 47 250 238
Hex 2F FA EE

RGB Percentages of Color #2ffaee

%8.79
%46.73
%44.49

CMYK Percentages of Color #2ffaee

%81
%0
%5
%2

Triadic Colors of #2ffaee

#2ffaee #ee2ffa #faee2f

Analogous Colors of #2ffaee

#2ffaee #2fa1fa #2ffa89

Monochromatic Colors of #2ffaee

#2ffaee

Complementary Color

#2ffaee #fa2f3b

#2ffaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffaee Color CSS Codes

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

#2ffaee Text Font Color

<p style="color:#2ffaee">Text here</p>

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


#2ffaee Background Color

<div style="background-color:#2ffaee">
Div content here</div>

This div background color is #2ffaee


#2ffaee Border Color

<div style="border:3px solid #2ffaee">
Div here</div>

This div border color is #2ffaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffaee


Comments

No comments written yet.

Please login to write comment.