Color Hex Logo

#2facce Color Hex

#2FACCE
(47,172,206)
0 Favorites   0 Comments

Color spaces of #2facce

RGB 47172206
HSL0.540.630.50
HSV193°77°81°
CMYK 0.770.170.00   0.19
XYZ27.065434.565663.6379
Yxy34.56560.21610.2759
Hunter Lab58.7925-20.7136-23.0216
CIE-Lab65.4091-21.9520-26.8571

#2facce color RGB value is (47,172,206).

#2facce hex color red value is 47, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2facce hue: 0.54 , saturation: 0.63 and the lightness value of 2facce is 0.50.

The process color (four color CMYK) of #2facce color hex is 0.77, 0.17, 0.00, 0.19. Web safe color of #2facce is #3399cc. Color #2facce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11001110
Octal 57 254 316
Decimal 47 172 206
Hex 2F AC CE

RGB Percentages of Color #2facce

%11.06
%40.47
%48.47

CMYK Percentages of Color #2facce

%77
%17
%0
%19

Triadic Colors of #2facce

#2facce #ce2fac #acce2f

Analogous Colors of #2facce

#2facce #2f5dce #2fcea1

Monochromatic Colors of #2facce

#2facce

Complementary Color

#2facce #ce512f

#2facce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facce Color CSS Codes

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

#2facce Text Font Color

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

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


#2facce Background Color

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

This div background color is #2facce


#2facce Border Color

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

This div border color is #2facce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facce


Comments

No comments written yet.

Please login to write comment.