Color Hex Logo

#3ebaef Color Hex

#3EBAEF
(62,186,239)
0 Favorites   0 Comments

Color spaces of #3ebaef

RGB 62186239
HSL0.550.850.59
HSV198°74°94°
CMYK 0.740.220.00   0.06
XYZ35.125542.373987.9890
Yxy42.37390.21230.2561
Hunter Lab65.0952-17.5978-34.5754
CIE-Lab71.1279-16.7413-36.0679

#3ebaef color RGB value is (62,186,239).

#3ebaef hex color red value is 62, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3ebaef hue: 0.55 , saturation: 0.85 and the lightness value of 3ebaef is 0.59.

The process color (four color CMYK) of #3ebaef color hex is 0.74, 0.22, 0.00, 0.06. Web safe color of #3ebaef is #33ccff. Color #3ebaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11101111
Octal 76 272 357
Decimal 62 186 239
Hex 3E BA EF

RGB Percentages of Color #3ebaef

%12.73
%38.19
%49.08

CMYK Percentages of Color #3ebaef

%74
%22
%0
%6

Triadic Colors of #3ebaef

#3ebaef #ef3eba #baef3e

Analogous Colors of #3ebaef

#3ebaef #3e62ef #3eefcc

Monochromatic Colors of #3ebaef

#3ebaef

Complementary Color

#3ebaef #ef733e

#3ebaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebaef Color CSS Codes

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

#3ebaef Text Font Color

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

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


#3ebaef Background Color

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

This div background color is #3ebaef


#3ebaef Border Color

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

This div border color is #3ebaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebaef


Comments

No comments written yet.

Please login to write comment.