Color Hex Logo

#3cedfc Color Hex

#3CEDFC
(60,237,252)
0 Favorites   0 Comments

Color spaces of #3cedfc

RGB 60237252
HSL0.510.970.61
HSV185°76°99°
CMYK 0.760.060.00   0.01
XYZ49.718468.5573102.7079
Yxy68.55730.22500.3102
Hunter Lab82.7993-37.7152-15.5864
CIE-Lab86.2844-38.0127-19.7930

#3cedfc color RGB value is (60,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11101101 11111100
Octal 74 355 374
Decimal 60 237 252
Hex 3C ED FC

RGB Percentages of Color #3cedfc

%10.93
%43.17
%45.90

CMYK Percentages of Color #3cedfc

%76
%6
%0
%1

Triadic Colors of #3cedfc

#3cedfc #fc3ced #edfc3c

Analogous Colors of #3cedfc

#3cedfc #3c8dfc #3cfcab

Monochromatic Colors of #3cedfc

#3cedfc

Complementary Color

#3cedfc #fc4b3c

#3cedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cedfc Color CSS Codes

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

#3cedfc Text Font Color

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

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


#3cedfc Background Color

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

This div background color is #3cedfc


#3cedfc Border Color

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

This div border color is #3cedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cedfc

Related Colors


Comments

No comments written yet.

Please login to write comment.