Color Hex Logo

#3faedd Color Hex

#3FAEDD
(63,174,221)
0 Favorites   0 Comments

Color spaces of #3faedd

RGB 63174221
HSL0.550.700.56
HSV198°71°87°
CMYK 0.710.210.00   0.13
XYZ30.237136.549373.8677
Yxy36.54930.21500.2599
Hunter Lab60.4560-16.5212-30.1238
CIE-Lab66.9375-16.1623-32.7406

#3faedd color RGB value is (63,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11011101
Octal 77 256 335
Decimal 63 174 221
Hex 3F AE DD

RGB Percentages of Color #3faedd

%13.76
%37.99
%48.25

CMYK Percentages of Color #3faedd

%71
%21
%0
%13

Triadic Colors of #3faedd

#3faedd #dd3fae #aedd3f

Analogous Colors of #3faedd

#3faedd #3f5fdd #3fddbd

Monochromatic Colors of #3faedd

#3faedd

Complementary Color

#3faedd #dd6e3f

#3faedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faedd Color CSS Codes

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

#3faedd Text Font Color

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

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


#3faedd Background Color

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

This div background color is #3faedd


#3faedd Border Color

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

This div border color is #3faedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faedd


Comments

No comments written yet.

Please login to write comment.