Color Hex Logo

#3faeca Color Hex

#3FAECA
(63,174,202)
0 Favorites   0 Comments

Color spaces of #3faeca

RGB 63174202
HSL0.530.570.52
HSV192°69°79°
CMYK 0.690.140.00   0.21
XYZ27.846635.593161.2796
Yxy35.59310.22330.2854
Hunter Lab59.6600-21.0891-19.1376
CIE-Lab66.2078-22.2602-23.3883

#3faeca color RGB value is (63,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101110 11001010
Octal 77 256 312
Decimal 63 174 202
Hex 3F AE CA

RGB Percentages of Color #3faeca

%14.35
%39.64
%46.01

CMYK Percentages of Color #3faeca

%69
%14
%0
%21

Triadic Colors of #3faeca

#3faeca #ca3fae #aeca3f

Analogous Colors of #3faeca

#3faeca #3f69ca #3fcaa1

Monochromatic Colors of #3faeca

#3faeca

Complementary Color

#3faeca #ca5b3f

#3faeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3faeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3faeca Color CSS Codes

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

#3faeca Text Font Color

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

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


#3faeca Background Color

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

This div background color is #3faeca


#3faeca Border Color

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

This div border color is #3faeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3faeca


Comments

No comments written yet.

Please login to write comment.