Color Hex Logo

#3faedc Color Hex

#3FAEDC
(63,174,220)
0 Favorites   0 Comments

Color spaces of #3faedc

RGB 63174220
HSL0.550.690.55
HSV198°71°86°
CMYK 0.710.210.00   0.14
XYZ30.104236.496273.1680
Yxy36.49620.21540.2611
Hunter Lab60.4121-16.7721-29.5205
CIE-Lab66.8973-16.4899-32.2532

#3faedc color RGB value is (63,174,220).

#3faedc hex color red value is 63, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3faedc hue: 0.55 , saturation: 0.69 and the lightness value of 3faedc is 0.55.

The process color (four color CMYK) of #3faedc color hex is 0.71, 0.21, 0.00, 0.14. Web safe color of #3faedc is #3399cc. Color #3faedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11011100
Octal 77 256 334
Decimal 63 174 220
Hex 3F AE DC

RGB Percentages of Color #3faedc

%13.79
%38.07
%48.14

CMYK Percentages of Color #3faedc

%71
%21
%0
%14

Triadic Colors of #3faedc

#3faedc #dc3fae #aedc3f

Analogous Colors of #3faedc

#3faedc #3f5fdc #3fdcbc

Monochromatic Colors of #3faedc

#3faedc

Complementary Color

#3faedc #dc6d3f

#3faedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faedc Color CSS Codes

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

#3faedc Text Font Color

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

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


#3faedc Background Color

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

This div background color is #3faedc


#3faedc Border Color

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

This div border color is #3faedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faedc


Comments

No comments written yet.

Please login to write comment.