Color Hex Logo

#3cc7df Color Hex

#3CC7DF
(60,199,223)
0 Favorites   0 Comments

Color spaces of #3cc7df

RGB 60199223
HSL0.520.720.55
HSV189°73°87°
CMYK 0.730.110.00   0.13
XYZ35.606247.135277.0334
Yxy47.13520.22290.2950
Hunter Lab68.6551-27.5719-18.4669
CIE-Lab74.2762-28.6819-22.5632

#3cc7df color RGB value is (60,199,223).

#3cc7df hex color red value is 60, green value is 199 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3cc7df hue: 0.52 , saturation: 0.72 and the lightness value of 3cc7df is 0.55.

The process color (four color CMYK) of #3cc7df color hex is 0.73, 0.11, 0.00, 0.13. Web safe color of #3cc7df is #33cccc. Color #3cc7df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000111 11011111
Octal 74 307 337
Decimal 60 199 223
Hex 3C C7 DF

RGB Percentages of Color #3cc7df

%12.45
%41.29
%46.27

CMYK Percentages of Color #3cc7df

%73
%11
%0
%13

Triadic Colors of #3cc7df

#3cc7df #df3cc7 #c7df3c

Analogous Colors of #3cc7df

#3cc7df #3c76df #3cdfa6

Monochromatic Colors of #3cc7df

#3cc7df

Complementary Color

#3cc7df #df543c

#3cc7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc7df Color CSS Codes

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

#3cc7df Text Font Color

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

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


#3cc7df Background Color

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

This div background color is #3cc7df


#3cc7df Border Color

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

This div border color is #3cc7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc7df


Comments

No comments written yet.

Please login to write comment.