Color Hex Logo

#2faead Color Hex

#2FAEAD
(47,174,173)
0 Favorites   0 Comments

Color spaces of #2faead

RGB 47174173
HSL0.500.570.43
HSV180°73°68°
CMYK 0.730.000.01   0.32
XYZ23.851233.893644.8202
Yxy33.89360.23250.3305
Hunter Lab58.2182-28.7529-4.8926
CIE-Lab64.8780-33.2372-9.3317

#2faead color RGB value is (47,174,173).

#2faead hex color red value is 47, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2faead hue: 0.50 , saturation: 0.57 and the lightness value of 2faead is 0.43.

The process color (four color CMYK) of #2faead color hex is 0.73, 0.00, 0.01, 0.32. Web safe color of #2faead is #339999. Color #2faead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101110 10101101
Octal 57 256 255
Decimal 47 174 173
Hex 2F AE AD

RGB Percentages of Color #2faead

%11.93
%44.16
%43.91

CMYK Percentages of Color #2faead

%73
%0
%1
%32

Triadic Colors of #2faead

#2faead #ad2fae #aead2f

Analogous Colors of #2faead

#2faead #2f70ae #2fae6e

Monochromatic Colors of #2faead

#2faead

Complementary Color

#2faead #ae2f30

#2faead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faead Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faead Color CSS Codes

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

#2faead Text Font Color

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

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


#2faead Background Color

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

This div background color is #2faead


#2faead Border Color

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

This div border color is #2faead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faead


Comments

No comments written yet.

Please login to write comment.