Color Hex Logo

#3ccad1 Color Hex

#3CCAD1
(60,202,209)
0 Favorites   0 Comments

Color spaces of #3ccad1

RGB 60202209
HSL0.510.620.53
HSV183°71°82°
CMYK 0.710.030.00   0.18
XYZ34.492647.805267.7310
Yxy47.80520.22990.3186
Hunter Lab69.1413-31.9488-9.6817
CIE-Lab74.7019-34.3144-14.3458

#3ccad1 color RGB value is (60,202,209).

#3ccad1 hex color red value is 60, green value is 202 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #3ccad1 hue: 0.51 , saturation: 0.62 and the lightness value of 3ccad1 is 0.53.

The process color (four color CMYK) of #3ccad1 color hex is 0.71, 0.03, 0.00, 0.18. Web safe color of #3ccad1 is #33cccc. Color #3ccad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001010 11010001
Octal 74 312 321
Decimal 60 202 209
Hex 3C CA D1

RGB Percentages of Color #3ccad1

%12.74
%42.89
%44.37

CMYK Percentages of Color #3ccad1

%71
%3
%0
%18

Triadic Colors of #3ccad1

#3ccad1 #d13cca #cad13c

Analogous Colors of #3ccad1

#3ccad1 #3c80d1 #3cd18e

Monochromatic Colors of #3ccad1

#3ccad1

Complementary Color

#3ccad1 #d1433c

#3ccad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ccad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ccad1 Color CSS Codes

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

#3ccad1 Text Font Color

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

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


#3ccad1 Background Color

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

This div background color is #3ccad1


#3ccad1 Border Color

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

This div border color is #3ccad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ccad1


Comments

No comments written yet.

Please login to write comment.