Color Hex Logo

#2faaeb Color Hex

#2FAAEB
(47,170,235)
0 Favorites   0 Comments

Color spaces of #2faaeb

RGB 47170235
HSL0.560.820.55
HSV201°80°92°
CMYK 0.800.280.00   0.08
XYZ30.542435.351983.8111
Yxy35.35190.20400.2361
Hunter Lab59.4575-12.3578-41.9548
CIE-Lab66.0217-11.0700-41.8754

#2faaeb color RGB value is (47,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101010 11101011
Octal 57 252 353
Decimal 47 170 235
Hex 2F AA EB

RGB Percentages of Color #2faaeb

%10.40
%37.61
%51.99

CMYK Percentages of Color #2faaeb

%80
%28
%0
%8

Triadic Colors of #2faaeb

#2faaeb #eb2faa #aaeb2f

Analogous Colors of #2faaeb

#2faaeb #2f4ceb #2febce

Monochromatic Colors of #2faaeb

#2faaeb

Complementary Color

#2faaeb #eb702f

#2faaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faaeb Color CSS Codes

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

#2faaeb Text Font Color

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

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


#2faaeb Background Color

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

This div background color is #2faaeb


#2faaeb Border Color

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

This div border color is #2faaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faaeb


Comments

No comments written yet.

Please login to write comment.