Color Hex Logo

#3ed3fe Color Hex

#3ED3FE
(62,211,254)
0 Favorites   0 Comments

Color spaces of #3ed3fe

RGB 62211254
HSL0.540.990.62
HSV193°76°100°
CMYK 0.760.170.00   0.00
XYZ43.170354.7684102.0620
Yxy54.76840.21590.2738
Hunter Lab74.0057-25.3842-29.9635
CIE-Lab78.9077-24.7419-32.0993

#3ed3fe color RGB value is (62,211,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11010011 11111110
Octal 76 323 376
Decimal 62 211 254
Hex 3E D3 FE

RGB Percentages of Color #3ed3fe

%11.76
%40.04
%48.20

CMYK Percentages of Color #3ed3fe

%76
%17
%0
%0

Triadic Colors of #3ed3fe

#3ed3fe #fe3ed3 #d3fe3e

Analogous Colors of #3ed3fe

#3ed3fe #3e73fe #3efec9

Monochromatic Colors of #3ed3fe

#3ed3fe

Complementary Color

#3ed3fe #fe693e

#3ed3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ed3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ed3fe Color CSS Codes

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

#3ed3fe Text Font Color

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

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


#3ed3fe Background Color

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

This div background color is #3ed3fe


#3ed3fe Border Color

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

This div border color is #3ed3fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,211,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 #3ed3fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ed3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.