Color Hex Logo

#3caaaa Color Hex

#3CAAAA
(60,170,170)
0 Favorites   0 Comments

Color spaces of #3caaaa

RGB 60170170
HSL0.500.480.45
HSV180°65°67°
CMYK 0.650.000.00   0.33
XYZ23.493932.612443.0868
Yxy32.61240.23690.3288
Hunter Lab57.1073-26.5029-4.7586
CIE-Lab63.8458-30.3708-9.1681

#3caaaa color RGB value is (60,170,170).

#3caaaa hex color red value is 60, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3caaaa hue: 0.50 , saturation: 0.48 and the lightness value of 3caaaa is 0.45.

The process color (four color CMYK) of #3caaaa color hex is 0.65, 0.00, 0.00, 0.33. Web safe color of #3caaaa is #339999. Color #3caaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101010 10101010
Octal 74 252 252
Decimal 60 170 170
Hex 3C AA AA

RGB Percentages of Color #3caaaa

%15.00
%42.50
%42.50

CMYK Percentages of Color #3caaaa

%65
%0
%0
%33

Triadic Colors of #3caaaa

#3caaaa #aa3caa #aaaa3c

Analogous Colors of #3caaaa

#3caaaa #3c73aa #3caa73

Monochromatic Colors of #3caaaa

#3caaaa

Complementary Color

#3caaaa #aa3c3c

#3caaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caaaa Color CSS Codes

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

#3caaaa Text Font Color

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

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


#3caaaa Background Color

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

This div background color is #3caaaa


#3caaaa Border Color

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

This div border color is #3caaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caaaa


Comments

No comments written yet.

Please login to write comment.