Color Hex Logo

#3ad7eb Color Hex

#3AD7EB
(58,215,235)
0 Favorites   0 Comments

Color spaces of #3ad7eb

RGB 58215235
HSL0.520.820.57
HSV187°75°92°
CMYK 0.750.090.00   0.08
XYZ41.040855.498687.1465
Yxy55.49860.22340.3021
Hunter Lab74.4974-32.0343-17.2088
CIE-Lab79.3276-32.9784-21.3341

#3ad7eb color RGB value is (58,215,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010111 11101011
Octal 72 327 353
Decimal 58 215 235
Hex 3A D7 EB

RGB Percentages of Color #3ad7eb

%11.42
%42.32
%46.26

CMYK Percentages of Color #3ad7eb

%75
%9
%0
%8

Triadic Colors of #3ad7eb

#3ad7eb #eb3ad7 #d7eb3a

Analogous Colors of #3ad7eb

#3ad7eb #3a7feb #3aeba7

Monochromatic Colors of #3ad7eb

#3ad7eb

Complementary Color

#3ad7eb #eb4e3a

#3ad7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad7eb Color CSS Codes

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

#3ad7eb Text Font Color

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

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


#3ad7eb Background Color

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

This div background color is #3ad7eb


#3ad7eb Border Color

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

This div border color is #3ad7eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,215,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 #3ad7eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad7eb


Comments

No comments written yet.

Please login to write comment.