Color Hex Logo

#3ebeda Color Hex

#3EBEDA
(62,190,218)
0 Favorites   0 Comments

Color spaces of #3ebeda

RGB 62190218
HSL0.530.680.55
HSV191°72°85°
CMYK 0.720.130.00   0.15
XYZ33.055042.913072.8705
Yxy42.91300.22210.2883
Hunter Lab65.5080-24.5689-20.0980
CIE-Lab71.4959-25.5206-24.0869

#3ebeda color RGB value is (62,190,218).

#3ebeda hex color red value is 62, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3ebeda hue: 0.53 , saturation: 0.68 and the lightness value of 3ebeda is 0.55.

The process color (four color CMYK) of #3ebeda color hex is 0.72, 0.13, 0.00, 0.15. Web safe color of #3ebeda is #33cccc. Color #3ebeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 11011010
Octal 76 276 332
Decimal 62 190 218
Hex 3E BE DA

RGB Percentages of Color #3ebeda

%13.19
%40.43
%46.38

CMYK Percentages of Color #3ebeda

%72
%13
%0
%15

Triadic Colors of #3ebeda

#3ebeda #da3ebe #beda3e

Analogous Colors of #3ebeda

#3ebeda #3e70da #3edaa8

Monochromatic Colors of #3ebeda

#3ebeda

Complementary Color

#3ebeda #da5a3e

#3ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebeda Color CSS Codes

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

#3ebeda Text Font Color

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

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


#3ebeda Background Color

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

This div background color is #3ebeda


#3ebeda Border Color

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

This div border color is #3ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebeda


Comments

No comments written yet.

Please login to write comment.