Color Hex Logo

#3caead Color Hex

#3CAEAD
(60,174,173)
0 Favorites   0 Comments

Color spaces of #3caead

RGB 60174173
HSL0.500.490.46
HSV179°66°68°
CMYK 0.660.000.01   0.32
XYZ24.542434.249944.8525
Yxy34.24990.23680.3305
Hunter Lab58.5234-27.5602-4.4736
CIE-Lab65.1604-31.4370-8.8805

#3caead color RGB value is (60,174,173).

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

The process color (four color CMYK) of #3caead color hex is 0.66, 0.00, 0.01, 0.32. Web safe color of #3caead is #339999. Color #3caead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 10101110 10101101
Octal 74 256 255
Decimal 60 174 173
Hex 3C AE AD

RGB Percentages of Color #3caead

%14.74
%42.75
%42.51

CMYK Percentages of Color #3caead

%66
%0
%1
%32

Triadic Colors of #3caead

#3caead #ad3cae #aead3c

Analogous Colors of #3caead

#3caead #3c76ae #3cae74

Monochromatic Colors of #3caead

#3caead

Complementary Color

#3caead #ae3c3d

#3caead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3caead Color Preview on White Background

Lorem ipsum dolor sit amet.

#3caead Color CSS Codes

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

#3caead Text Font Color

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

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


#3caead Background Color

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

This div background color is #3caead


#3caead Border Color

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

This div border color is #3caead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3caead


Comments

No comments written yet.

Please login to write comment.