Color Hex Logo

#2facbe Color Hex

#2FACBE
(47,172,190)
0 Favorites   0 Comments

Color spaces of #2facbe

RGB 47172190
HSL0.520.600.46
HSV188°75°75°
CMYK 0.750.090.00   0.25
XYZ25.219133.827153.9153
Yxy33.82710.22330.2995
Hunter Lab58.1611-24.3829-14.2491
CIE-Lab64.8251-27.0917-18.8734

#2facbe color RGB value is (47,172,190).

#2facbe hex color red value is 47, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2facbe hue: 0.52 , saturation: 0.60 and the lightness value of 2facbe is 0.46.

The process color (four color CMYK) of #2facbe color hex is 0.75, 0.09, 0.00, 0.25. Web safe color of #2facbe is #3399cc. Color #2facbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101100 10111110
Octal 57 254 276
Decimal 47 172 190
Hex 2F AC BE

RGB Percentages of Color #2facbe

%11.49
%42.05
%46.45

CMYK Percentages of Color #2facbe

%75
%9
%0
%25

Triadic Colors of #2facbe

#2facbe #be2fac #acbe2f

Analogous Colors of #2facbe

#2facbe #2f65be #2fbe89

Monochromatic Colors of #2facbe

#2facbe

Complementary Color

#2facbe #be412f

#2facbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2facbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2facbe Color CSS Codes

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

#2facbe Text Font Color

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

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


#2facbe Background Color

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

This div background color is #2facbe


#2facbe Border Color

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

This div border color is #2facbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2facbe


Comments

No comments written yet.

Please login to write comment.