Color Hex Logo

#2faced Color Hex

#2FACED
(47,172,237)
1 Favorites   1 Comments

Color spaces of #2faced

RGB 47172237
HSL0.560.840.56
HSV201°80°93°
CMYK 0.800.270.00   0.07
XYZ31.210936.223885.4677
Yxy36.22380.20410.2369
Hunter Lab60.1862-12.7607-42.0647
CIE-Lab66.6906-11.4724-41.9220

#2faced color RGB value is (47,172,237).

#2faced hex color red value is 47, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2faced hue: 0.56 , saturation: 0.84 and the lightness value of 2faced is 0.56.

The process color (four color CMYK) of #2faced color hex is 0.80, 0.27, 0.00, 0.07. Web safe color of #2faced is #3399ff. Color #2faced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11101101
Octal 57 254 355
Decimal 47 172 237
Hex 2F AC ED

RGB Percentages of Color #2faced

%10.31
%37.72
%51.97

CMYK Percentages of Color #2faced

%80
%27
%0
%7

Triadic Colors of #2faced

#2faced #ed2fac #aced2f

Analogous Colors of #2faced

#2faced #2f4ded #2fedcf

Monochromatic Colors of #2faced

#2faced

Complementary Color

#2faced #ed702f

#2faced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faced Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faced Color CSS Codes

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

#2faced Text Font Color

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

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


#2faced Background Color

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

This div background color is #2faced


#2faced Border Color

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

This div border color is #2faced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faced


Comments

16 May 2017, 17:37 LovelyColorabc

I guess you can say that this color is two faced.

Please login to write comment.