Color Hex Logo

#2faceb Color Hex

#2FACEB
(47,172,235)
0 Favorites   0 Comments

Color spaces of #2faceb

RGB 47172235
HSL0.560.820.55
HSV200°80°92°
CMYK 0.800.270.00   0.08
XYZ30.920236.107583.9370
Yxy36.10750.20480.2392
Hunter Lab60.0895-13.3061-40.7575
CIE-Lab66.6020-12.1648-40.9667

#2faceb color RGB value is (47,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 11101011
Octal 57 254 353
Decimal 47 172 235
Hex 2F AC EB

RGB Percentages of Color #2faceb

%10.35
%37.89
%51.76

CMYK Percentages of Color #2faceb

%80
%27
%0
%8

Triadic Colors of #2faceb

#2faceb #eb2fac #aceb2f

Analogous Colors of #2faceb

#2faceb #2f4eeb #2febcc

Monochromatic Colors of #2faceb

#2faceb

Complementary Color

#2faceb #eb6e2f

#2faceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faceb Color CSS Codes

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

#2faceb Text Font Color

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

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


#2faceb Background Color

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

This div background color is #2faceb


#2faceb Border Color

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

This div border color is #2faceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faceb


Comments

No comments written yet.

Please login to write comment.