Color Hex Logo

#3cfaed Color Hex

#3CFAED
(60,250,237)
0 Favorites   0 Comments

Color spaces of #3cfaed

RGB 60250237
HSL0.490.950.61
HSV176°76°98°
CMYK 0.760.000.05   0.02
XYZ51.335175.446391.9777
Yxy75.44630.23470.3449
Hunter Lab86.8598-46.5093-1.9815
CIE-Lab89.6016-47.9911-6.9902

#3cfaed color RGB value is (60,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111010 11101101
Octal 74 372 355
Decimal 60 250 237
Hex 3C FA ED

RGB Percentages of Color #3cfaed

%10.97
%45.70
%43.33

CMYK Percentages of Color #3cfaed

%76
%0
%5
%2

Triadic Colors of #3cfaed

#3cfaed #ed3cfa #faed3c

Analogous Colors of #3cfaed

#3cfaed #3ca8fa #3cfa8e

Monochromatic Colors of #3cfaed

#3cfaed

Complementary Color

#3cfaed #fa3c49

#3cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cfaed Color CSS Codes

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

#3cfaed Text Font Color

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

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


#3cfaed Background Color

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

This div background color is #3cfaed


#3cfaed Border Color

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

This div border color is #3cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cfaed


Comments

No comments written yet.

Please login to write comment.