Color Hex Logo

#2feadd Color Hex

#2FEADD
(47,234,221)
0 Favorites   0 Comments

Color spaces of #2feadd

RGB 47234221
HSL0.490.820.55
HSV176°80°92°
CMYK 0.800.000.06   0.08
XYZ43.646364.670478.5889
Yxy64.67040.23350.3460
Hunter Lab80.4179-43.8516-1.6490
CIE-Lab84.3136-46.6359-6.4488

#2feadd color RGB value is (47,234,221).

#2feadd hex color red value is 47, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2feadd hue: 0.49 , saturation: 0.82 and the lightness value of 2feadd is 0.55.

The process color (four color CMYK) of #2feadd color hex is 0.80, 0.00, 0.06, 0.08. Web safe color of #2feadd is #33ffcc. Color #2feadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11101010 11011101
Octal 57 352 335
Decimal 47 234 221
Hex 2F EA DD

RGB Percentages of Color #2feadd

%9.36
%46.61
%44.02

CMYK Percentages of Color #2feadd

%80
%0
%6
%8

Triadic Colors of #2feadd

#2feadd #dd2fea #eadd2f

Analogous Colors of #2feadd

#2feadd #2f9aea #2fea80

Monochromatic Colors of #2feadd

#2feadd

Complementary Color

#2feadd #ea2f3c

#2feadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2feadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2feadd Color CSS Codes

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

#2feadd Text Font Color

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

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


#2feadd Background Color

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

This div background color is #2feadd


#2feadd Border Color

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

This div border color is #2feadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2feadd


Comments

No comments written yet.

Please login to write comment.