Color Hex Logo

#3ad0eb Color Hex

#3AD0EB
(58,208,235)
0 Favorites   0 Comments

Color spaces of #3ad0eb

RGB 58208235
HSL0.530.820.57
HSV189°75°92°
CMYK 0.750.110.00   0.08
XYZ39.296252.009486.5650
Yxy52.00940.22090.2924
Hunter Lab72.1175-28.9427-20.6854
CIE-Lab77.2865-29.6130-24.4394

#3ad0eb color RGB value is (58,208,235).

#3ad0eb hex color red value is 58, green value is 208 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3ad0eb hue: 0.53 , saturation: 0.82 and the lightness value of 3ad0eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010000 11101011
Octal 72 320 353
Decimal 58 208 235
Hex 3A D0 EB

RGB Percentages of Color #3ad0eb

%11.58
%41.52
%46.91

CMYK Percentages of Color #3ad0eb

%75
%11
%0
%8

Triadic Colors of #3ad0eb

#3ad0eb #eb3ad0 #d0eb3a

Analogous Colors of #3ad0eb

#3ad0eb #3a78eb #3aebae

Monochromatic Colors of #3ad0eb

#3ad0eb

Complementary Color

#3ad0eb #eb553a

#3ad0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad0eb Color CSS Codes

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

#3ad0eb Text Font Color

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

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


#3ad0eb Background Color

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

This div background color is #3ad0eb


#3ad0eb Border Color

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

This div border color is #3ad0eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,208,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ad0eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ad0eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3ad0eb;
  box-shadow:         1px 1px 3px 2px #3ad0eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,208,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad0eb


Comments

No comments written yet.

Please login to write comment.