Color Hex Logo

#3fa9ca Color Hex

#3FA9CA
(63,169,202)
0 Favorites   0 Comments

Color spaces of #3fa9ca

RGB 63169202
HSL0.540.570.52
HSV194°69°79°
CMYK 0.690.160.00   0.21
XYZ26.898533.697060.9636
Yxy33.69700.22130.2772
Hunter Lab58.0491-18.8735-21.6324
CIE-Lab64.7213-19.6653-25.6669

#3fa9ca color RGB value is (63,169,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10101001 11001010
Octal 77 251 312
Decimal 63 169 202
Hex 3F A9 CA

RGB Percentages of Color #3fa9ca

%14.52
%38.94
%46.54

CMYK Percentages of Color #3fa9ca

%69
%16
%0
%21

Triadic Colors of #3fa9ca

#3fa9ca #ca3fa9 #a9ca3f

Analogous Colors of #3fa9ca

#3fa9ca #3f64ca #3fcaa6

Monochromatic Colors of #3fa9ca

#3fa9ca

Complementary Color

#3fa9ca #ca603f

#3fa9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fa9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fa9ca Color CSS Codes

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

#3fa9ca Text Font Color

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

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


#3fa9ca Background Color

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

This div background color is #3fa9ca


#3fa9ca Border Color

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

This div border color is #3fa9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,169,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 #3fa9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fa9ca


Comments

No comments written yet.

Please login to write comment.