Color Hex Logo

#3faef5 Color Hex

#3FAEF5
(63,174,245)
0 Favorites   0 Comments

Color spaces of #3faef5

RGB 63174245
HSL0.570.900.60
HSV203°74°96°
CMYK 0.740.290.00   0.04
XYZ33.667437.921491.9313
Yxy37.92140.20590.2319
Hunter Lab61.5804-10.1756-45.4059
CIE-Lab67.9626-8.1330-44.2670

#3faef5 color RGB value is (63,174,245).

#3faef5 hex color red value is 63, green value is 174 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #3faef5 hue: 0.57 , saturation: 0.90 and the lightness value of 3faef5 is 0.60.

The process color (four color CMYK) of #3faef5 color hex is 0.74, 0.29, 0.00, 0.04. Web safe color of #3faef5 is #3399ff. Color #3faef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11110101
Octal 77 256 365
Decimal 63 174 245
Hex 3F AE F5

RGB Percentages of Color #3faef5

%13.07
%36.10
%50.83

CMYK Percentages of Color #3faef5

%74
%29
%0
%4

Triadic Colors of #3faef5

#3faef5 #f53fae #aef53f

Analogous Colors of #3faef5

#3faef5 #3f53f5 #3ff5e1

Monochromatic Colors of #3faef5

#3faef5

Complementary Color

#3faef5 #f5863f

#3faef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faef5 Color CSS Codes

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

#3faef5 Text Font Color

<p style="color:#3faef5">Text here</p>

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


#3faef5 Background Color

<div style="background-color:#3faef5">
Div content here</div>

This div background color is #3faef5


#3faef5 Border Color

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

This div border color is #3faef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faef5


Comments

No comments written yet.

Please login to write comment.