Color Hex Logo

#2fabeb Color Hex

#2FABEB
(47,171,235)
0 Favorites   0 Comments

Color spaces of #2fabeb

RGB 47171235
HSL0.560.820.55
HSV200°80°92°
CMYK 0.800.270.00   0.08
XYZ30.730635.728383.8738
Yxy35.72830.20440.2377
Hunter Lab59.7732-12.8325-41.3546
CIE-Lab66.3118-11.6184-41.4209

#2fabeb color RGB value is (47,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101011 11101011
Octal 57 253 353
Decimal 47 171 235
Hex 2F AB EB

RGB Percentages of Color #2fabeb

%10.38
%37.75
%51.88

CMYK Percentages of Color #2fabeb

%80
%27
%0
%8

Triadic Colors of #2fabeb

#2fabeb #eb2fab #abeb2f

Analogous Colors of #2fabeb

#2fabeb #2f4deb #2febcd

Monochromatic Colors of #2fabeb

#2fabeb

Complementary Color

#2fabeb #eb6f2f

#2fabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fabeb Color CSS Codes

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

#2fabeb Text Font Color

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

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


#2fabeb Background Color

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

This div background color is #2fabeb


#2fabeb Border Color

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

This div border color is #2fabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fabeb


Comments

No comments written yet.

Please login to write comment.