Color Hex Logo

#3cfaec Color Hex

#3CFAEC
(60,250,236)
0 Favorites   0 Comments

Color spaces of #3cfaec

RGB 60250236
HSL0.490.950.61
HSV176°76°98°
CMYK 0.760.000.06   0.02
XYZ51.189475.388091.2103
Yxy75.38800.23500.3462
Hunter Lab86.8263-46.7093-1.5053
CIE-Lab89.5744-48.2594-6.5098

#3cfaec color RGB value is (60,250,236).

#3cfaec hex color red value is 60, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3cfaec hue: 0.49 , saturation: 0.95 and the lightness value of 3cfaec is 0.61.

The process color (four color CMYK) of #3cfaec color hex is 0.76, 0.00, 0.06, 0.02. Web safe color of #3cfaec is #33ffff. Color #3cfaec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111010 11101100
Octal 74 372 354
Decimal 60 250 236
Hex 3C FA EC

RGB Percentages of Color #3cfaec

%10.99
%45.79
%43.22

CMYK Percentages of Color #3cfaec

%76
%0
%6
%2

Triadic Colors of #3cfaec

#3cfaec #ec3cfa #faec3c

Analogous Colors of #3cfaec

#3cfaec #3ca9fa #3cfa8d

Monochromatic Colors of #3cfaec

#3cfaec

Complementary Color

#3cfaec #fa3c4a

#3cfaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cfaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cfaec Color CSS Codes

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

#3cfaec Text Font Color

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

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


#3cfaec Background Color

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

This div background color is #3cfaec


#3cfaec Border Color

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

This div border color is #3cfaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cfaec


Comments

No comments written yet.

Please login to write comment.