Color Hex Logo

#3fa2cc Color Hex

#3FA2CC
(63,162,204)
0 Favorites   0 Comments

Color spaces of #3fa2cc

RGB 63162204
HSL0.550.580.52
HSV198°69°80°
CMYK 0.690.210.00   0.20
XYZ25.869331.257161.7965
Yxy31.25710.21750.2628
Hunter Lab55.9080-15.2451-26.3990
CIE-Lab62.7241-15.2977-29.8578

#3fa2cc color RGB value is (63,162,204).

#3fa2cc hex color red value is 63, green value is 162 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3fa2cc hue: 0.55 , saturation: 0.58 and the lightness value of 3fa2cc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10100010 11001100
Octal 77 242 314
Decimal 63 162 204
Hex 3F A2 CC

RGB Percentages of Color #3fa2cc

%14.69
%37.76
%47.55

CMYK Percentages of Color #3fa2cc

%69
%21
%0
%20

Triadic Colors of #3fa2cc

#3fa2cc #cc3fa2 #a2cc3f

Analogous Colors of #3fa2cc

#3fa2cc #3f5bcc #3fccb0

Monochromatic Colors of #3fa2cc

#3fa2cc

Complementary Color

#3fa2cc #cc693f

#3fa2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fa2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fa2cc Color CSS Codes

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

#3fa2cc Text Font Color

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

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


#3fa2cc Background Color

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

This div background color is #3fa2cc


#3fa2cc Border Color

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

This div border color is #3fa2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fa2cc


Comments

No comments written yet.

Please login to write comment.