Color Hex Logo

#2fabea Color Hex

#2FABEA
(47,171,234)
0 Favorites   0 Comments

Color spaces of #2fabea

RGB 47171234
HSL0.560.820.55
HSV200°80°92°
CMYK 0.800.270.00   0.08
XYZ30.586535.670783.1150
Yxy35.67070.20480.2388
Hunter Lab59.7250-13.1048-40.7022
CIE-Lab66.2675-11.9649-40.9427

#2fabea color RGB value is (47,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 11101010
Octal 57 253 352
Decimal 47 171 234
Hex 2F AB EA

RGB Percentages of Color #2fabea

%10.40
%37.83
%51.77

CMYK Percentages of Color #2fabea

%80
%27
%0
%8

Triadic Colors of #2fabea

#2fabea #ea2fab #abea2f

Analogous Colors of #2fabea

#2fabea #2f4eea #2feacc

Monochromatic Colors of #2fabea

#2fabea

Complementary Color

#2fabea #ea6e2f

#2fabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fabea Color CSS Codes

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

#2fabea Text Font Color

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

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


#2fabea Background Color

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

This div background color is #2fabea


#2fabea Border Color

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

This div border color is #2fabea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,171,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 #2fabea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fabea


Comments

No comments written yet.

Please login to write comment.