Color Hex Logo

#3cafa5 Color Hex

#3CAFA5
(60,175,165)
0 Favorites   0 Comments

Color spaces of #3cafa5

RGB 60175165
HSL0.490.490.46
HSV175°66°69°
CMYK 0.660.000.06   0.31
XYZ23.985034.337240.9609
Yxy34.33720.24160.3459
Hunter Lab58.5980-29.4838-0.4261
CIE-Lab65.2293-34.1628-4.3270

#3cafa5 color RGB value is (60,175,165).

#3cafa5 hex color red value is 60, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #3cafa5 hue: 0.49 , saturation: 0.49 and the lightness value of 3cafa5 is 0.46.

The process color (four color CMYK) of #3cafa5 color hex is 0.66, 0.00, 0.06, 0.31. Web safe color of #3cafa5 is #339999. Color #3cafa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101111 10100101
Octal 74 257 245
Decimal 60 175 165
Hex 3C AF A5

RGB Percentages of Color #3cafa5

%15.00
%43.75
%41.25

CMYK Percentages of Color #3cafa5

%66
%0
%6
%31

Triadic Colors of #3cafa5

#3cafa5 #a53caf #afa53c

Analogous Colors of #3cafa5

#3cafa5 #3c80af #3caf6c

Monochromatic Colors of #3cafa5

#3cafa5

Complementary Color

#3cafa5 #af3c46

#3cafa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cafa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cafa5 Color CSS Codes

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

#3cafa5 Text Font Color

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

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


#3cafa5 Background Color

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

This div background color is #3cafa5


#3cafa5 Border Color

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

This div border color is #3cafa5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,175,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cafa5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cafa5;
  -webkit-box-shadow: 1px 1px 3px 2px #3cafa5;
  box-shadow:         1px 1px 3px 2px #3cafa5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,175,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cafa5


Comments

No comments written yet.

Please login to write comment.