Color Hex Logo

#2facea Color Hex

#2FACEA
(47,172,234)
0 Favorites   0 Comments

Color spaces of #2facea

RGB 47172234
HSL0.560.820.55
HSV200°80°92°
CMYK 0.800.260.00   0.08
XYZ30.776136.049983.1782
Yxy36.04990.20520.2403
Hunter Lab60.0416-13.5772-40.1079
CIE-Lab66.5580-12.5104-40.4881

#2facea color RGB value is (47,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11101010
Octal 57 254 352
Decimal 47 172 234
Hex 2F AC EA

RGB Percentages of Color #2facea

%10.38
%37.97
%51.66

CMYK Percentages of Color #2facea

%80
%26
%0
%8

Triadic Colors of #2facea

#2facea #ea2fac #acea2f

Analogous Colors of #2facea

#2facea #2f4fea #2feacb

Monochromatic Colors of #2facea

#2facea

Complementary Color

#2facea #ea6d2f

#2facea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facea Color CSS Codes

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

#2facea Text Font Color

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

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


#2facea Background Color

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

This div background color is #2facea


#2facea Border Color

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

This div border color is #2facea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facea


Comments

No comments written yet.

Please login to write comment.