Color Hex Logo

#2faefc Color Hex

#2FAEFC
(47,174,252)
0 Favorites   0 Comments

Color spaces of #2faefc

RGB 47174252
HSL0.560.970.59
HSV203°81°99°
CMYK 0.810.310.00   0.01
XYZ33.879037.904797.6262
Yxy37.90470.20000.2237
Hunter Lab61.5668-9.5168-50.9191
CIE-Lab67.9503-7.3403-48.1136

#2faefc color RGB value is (47,174,252).

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

The process color (four color CMYK) of #2faefc color hex is 0.81, 0.31, 0.00, 0.01. Web safe color of #2faefc is #3399ff. Color #2faefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101110 11111100
Octal 57 256 374
Decimal 47 174 252
Hex 2F AE FC

RGB Percentages of Color #2faefc

%9.94
%36.79
%53.28

CMYK Percentages of Color #2faefc

%81
%31
%0
%1

Triadic Colors of #2faefc

#2faefc #fc2fae #aefc2f

Analogous Colors of #2faefc

#2faefc #2f48fc #2ffce4

Monochromatic Colors of #2faefc

#2faefc

Complementary Color

#2faefc #fc7d2f

#2faefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2faefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2faefc Color CSS Codes

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

#2faefc Text Font Color

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

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


#2faefc Background Color

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

This div background color is #2faefc


#2faefc Border Color

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

This div border color is #2faefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2faefc

Related Colors


Comments

No comments written yet.

Please login to write comment.