Color Hex Logo

#2faeee Color Hex

#2FAEEE
(47,174,238)
0 Favorites   0 Comments

Color spaces of #2faeee

RGB 47174238
HSL0.560.850.56
HSV200°80°93°
CMYK 0.800.270.00   0.07
XYZ31.741037.049586.3673
Yxy37.04950.20460.2388
Hunter Lab60.8683-13.4371-41.5200
CIE-Lab67.3142-12.2182-41.4919

#2faeee color RGB value is (47,174,238).

#2faeee hex color red value is 47, green value is 174 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2faeee hue: 0.56 , saturation: 0.85 and the lightness value of 2faeee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101110 11101110
Octal 57 256 356
Decimal 47 174 238
Hex 2F AE EE

RGB Percentages of Color #2faeee

%10.24
%37.91
%51.85

CMYK Percentages of Color #2faeee

%80
%27
%0
%7

Triadic Colors of #2faeee

#2faeee #ee2fae #aeee2f

Analogous Colors of #2faeee

#2faeee #2f4eee #2feecf

Monochromatic Colors of #2faeee

#2faeee

Complementary Color

#2faeee #ee6f2f

#2faeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faeee Color CSS Codes

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

#2faeee Text Font Color

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

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


#2faeee Background Color

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

This div background color is #2faeee


#2faeee Border Color

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

This div border color is #2faeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faeee


Comments

No comments written yet.

Please login to write comment.