Color Hex Logo

#3ebad5 Color Hex

#3EBAD5
(62,186,213)
0 Favorites   0 Comments

Color spaces of #3ebad5

RGB 62186213
HSL0.530.640.54
HSV191°71°84°
CMYK 0.710.130.00   0.16
XYZ31.555840.946069.1910
Yxy40.94600.22270.2890
Hunter Lab63.9891-23.9547-19.3176
CIE-Lab70.1381-25.0663-23.4325

#3ebad5 color RGB value is (62,186,213).

#3ebad5 hex color red value is 62, green value is 186 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #3ebad5 hue: 0.53 , saturation: 0.64 and the lightness value of 3ebad5 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11010101
Octal 76 272 325
Decimal 62 186 213
Hex 3E BA D5

RGB Percentages of Color #3ebad5

%13.45
%40.35
%46.20

CMYK Percentages of Color #3ebad5

%71
%13
%0
%16

Triadic Colors of #3ebad5

#3ebad5 #d53eba #bad53e

Analogous Colors of #3ebad5

#3ebad5 #3e6fd5 #3ed5a5

Monochromatic Colors of #3ebad5

#3ebad5

Complementary Color

#3ebad5 #d5593e

#3ebad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebad5 Color CSS Codes

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

#3ebad5 Text Font Color

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

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


#3ebad5 Background Color

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

This div background color is #3ebad5


#3ebad5 Border Color

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

This div border color is #3ebad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebad5


Comments

No comments written yet.

Please login to write comment.