Color Hex Logo

#3edcfe Color Hex

#3EDCFE
(62,220,254)
0 Favorites   0 Comments

Color spaces of #3edcfe

RGB 62220254
HSL0.530.990.62
HSV191°76°100°
CMYK 0.760.130.00   0.00
XYZ45.469259.3663102.8283
Yxy59.36630.21900.2859
Hunter Lab77.0495-29.4986-25.1922
CIE-Lab81.4925-29.1788-28.1314

#3edcfe color RGB value is (62,220,254).

#3edcfe hex color red value is 62, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3edcfe hue: 0.53 , saturation: 0.99 and the lightness value of 3edcfe is 0.62.

The process color (four color CMYK) of #3edcfe color hex is 0.76, 0.13, 0.00, 0.00. Web safe color of #3edcfe is #33ccff. Color #3edcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011100 11111110
Octal 76 334 376
Decimal 62 220 254
Hex 3E DC FE

RGB Percentages of Color #3edcfe

%11.57
%41.04
%47.39

CMYK Percentages of Color #3edcfe

%76
%13
%0
%0

Triadic Colors of #3edcfe

#3edcfe #fe3edc #dcfe3e

Analogous Colors of #3edcfe

#3edcfe #3e7cfe #3efec0

Monochromatic Colors of #3edcfe

#3edcfe

Complementary Color

#3edcfe #fe603e

#3edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edcfe Color CSS Codes

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

#3edcfe Text Font Color

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

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


#3edcfe Background Color

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

This div background color is #3edcfe


#3edcfe Border Color

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

This div border color is #3edcfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,220,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3edcfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3edcfe;
  -webkit-box-shadow: 1px 1px 3px 2px #3edcfe;
  box-shadow:         1px 1px 3px 2px #3edcfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,220,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edcfe


Comments

No comments written yet.

Please login to write comment.