Color Hex Logo

#3faeda Color Hex

#3FAEDA
(63,174,218)
0 Favorites   0 Comments

Color spaces of #3faeda

RGB 63174218
HSL0.550.680.55
HSV197°71°85°
CMYK 0.710.200.00   0.15
XYZ29.840836.390871.7810
Yxy36.39080.21620.2637
Hunter Lab60.3248-17.2700-28.3223
CIE-Lab66.8175-17.1426-31.2770

#3faeda color RGB value is (63,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11011010
Octal 77 256 332
Decimal 63 174 218
Hex 3F AE DA

RGB Percentages of Color #3faeda

%13.85
%38.24
%47.91

CMYK Percentages of Color #3faeda

%71
%20
%0
%15

Triadic Colors of #3faeda

#3faeda #da3fae #aeda3f

Analogous Colors of #3faeda

#3faeda #3f61da #3fdab9

Monochromatic Colors of #3faeda

#3faeda

Complementary Color

#3faeda #da6b3f

#3faeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faeda Color CSS Codes

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

#3faeda Text Font Color

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

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


#3faeda Background Color

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

This div background color is #3faeda


#3faeda Border Color

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

This div border color is #3faeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faeda


Comments

No comments written yet.

Please login to write comment.