Color Hex Logo

#3cceaf Color Hex

#3CCEAF
(60,206,175)
0 Favorites   0 Comments

Color spaces of #3cceaf

RGB 60206175
HSL0.460.600.52
HSV167°71°81°
CMYK 0.710.000.15   0.19
XYZ31.672648.198448.1913
Yxy48.19840.24730.3764
Hunter Lab69.4251-40.05997.4415
CIE-Lab74.9499-45.38034.3934

#3cceaf color RGB value is (60,206,175).

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

The process color (four color CMYK) of #3cceaf color hex is 0.71, 0.00, 0.15, 0.19. Web safe color of #3cceaf is #33cc99. Color #3cceaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11001110 10101111
Octal 74 316 257
Decimal 60 206 175
Hex 3C CE AF

RGB Percentages of Color #3cceaf

%13.61
%46.71
%39.68

CMYK Percentages of Color #3cceaf

%71
%0
%15
%19

Triadic Colors of #3cceaf

#3cceaf #af3cce #ceaf3c

Analogous Colors of #3cceaf

#3cceaf #3ca4ce #3cce66

Monochromatic Colors of #3cceaf

#3cceaf

Complementary Color

#3cceaf #ce3c5b

#3cceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cceaf Color CSS Codes

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

#3cceaf Text Font Color

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

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


#3cceaf Background Color

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

This div background color is #3cceaf


#3cceaf Border Color

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

This div border color is #3cceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cceaf


Comments

No comments written yet.

Please login to write comment.