Color Hex Logo

#3edbfa Color Hex

#3EDBFA
(62,219,250)
0 Favorites   0 Comments

Color spaces of #3edbfa

RGB 62219250
HSL0.530.950.61
HSV190°75°98°
CMYK 0.750.120.00   0.02
XYZ44.573458.589399.4021
Yxy58.58930.22000.2892
Hunter Lab76.5436-30.0061-23.4154
CIE-Lab81.0653-29.9225-26.6639

#3edbfa color RGB value is (62,219,250).

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

The process color (four color CMYK) of #3edbfa color hex is 0.75, 0.12, 0.00, 0.02. Web safe color of #3edbfa is #33ccff. Color #3edbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11111010
Octal 76 333 372
Decimal 62 219 250
Hex 3E DB FA

RGB Percentages of Color #3edbfa

%11.68
%41.24
%47.08

CMYK Percentages of Color #3edbfa

%75
%12
%0
%2

Triadic Colors of #3edbfa

#3edbfa #fa3edb #dbfa3e

Analogous Colors of #3edbfa

#3edbfa #3e7dfa #3efabb

Monochromatic Colors of #3edbfa

#3edbfa

Complementary Color

#3edbfa #fa5d3e

#3edbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbfa Color CSS Codes

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

#3edbfa Text Font Color

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

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


#3edbfa Background Color

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

This div background color is #3edbfa


#3edbfa Border Color

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

This div border color is #3edbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbfa


Comments

No comments written yet.

Please login to write comment.