Color Hex Logo

#3edbfe Color Hex

#3EDBFE
(62,219,254)
0 Favorites   0 Comments

Color spaces of #3edbfe

RGB 62219254
HSL0.530.990.62
HSV191°76°100°
CMYK 0.760.140.00   0.00
XYZ45.207558.8429102.7411
Yxy58.84290.21860.2846
Hunter Lab76.7091-29.0444-25.7142
CIE-Lab81.2052-28.6918-28.5713

#3edbfe color RGB value is (62,219,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11111110
Octal 76 333 376
Decimal 62 219 254
Hex 3E DB FE

RGB Percentages of Color #3edbfe

%11.59
%40.93
%47.48

CMYK Percentages of Color #3edbfe

%76
%14
%0
%0

Triadic Colors of #3edbfe

#3edbfe #fe3edb #dbfe3e

Analogous Colors of #3edbfe

#3edbfe #3e7bfe #3efec1

Monochromatic Colors of #3edbfe

#3edbfe

Complementary Color

#3edbfe #fe613e

#3edbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbfe Color CSS Codes

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

#3edbfe Text Font Color

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

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


#3edbfe Background Color

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

This div background color is #3edbfe


#3edbfe Border Color

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

This div border color is #3edbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbfe


Comments

No comments written yet.

Please login to write comment.