Color Hex Logo

#3fc9ca Color Hex

#3FC9CA
(63,201,202)
0 Favorites   0 Comments

Color spaces of #3fc9ca

RGB 63201202
HSL0.500.570.52
HSV180°69°79°
CMYK 0.690.000.00   0.21
XYZ33.597247.094363.1965
Yxy47.09430.23350.3273
Hunter Lab68.6253-32.7052-6.5620
CIE-Lab74.2500-35.4799-11.2265

#3fc9ca color RGB value is (63,201,202).

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

The process color (four color CMYK) of #3fc9ca color hex is 0.69, 0.00, 0.00, 0.21. Web safe color of #3fc9ca is #33cccc. Color #3fc9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 11001001 11001010
Octal 77 311 312
Decimal 63 201 202
Hex 3F C9 CA

RGB Percentages of Color #3fc9ca

%13.52
%43.13
%43.35

CMYK Percentages of Color #3fc9ca

%69
%0
%0
%21

Triadic Colors of #3fc9ca

#3fc9ca #ca3fc9 #c9ca3f

Analogous Colors of #3fc9ca

#3fc9ca #3f84ca #3fca86

Monochromatic Colors of #3fc9ca

#3fc9ca

Complementary Color

#3fc9ca #ca403f

#3fc9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fc9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fc9ca Color CSS Codes

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

#3fc9ca Text Font Color

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

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


#3fc9ca Background Color

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

This div background color is #3fc9ca


#3fc9ca Border Color

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

This div border color is #3fc9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fc9ca


Comments

No comments written yet.

Please login to write comment.