Color Hex Logo

#3ad8df Color Hex

#3AD8DF
(58,216,223)
0 Favorites   0 Comments

Color spaces of #3ad8df

RGB 58216223
HSL0.510.720.55
HSV183°74°87°
CMYK 0.740.030.00   0.13
XYZ39.620155.339078.4053
Yxy55.33900.22850.3192
Hunter Lab74.3902-35.1140-10.4170
CIE-Lab79.2361-36.9962-15.0632

#3ad8df color RGB value is (58,216,223).

#3ad8df hex color red value is 58, green value is 216 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3ad8df hue: 0.51 , saturation: 0.72 and the lightness value of 3ad8df is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011000 11011111
Octal 72 330 337
Decimal 58 216 223
Hex 3A D8 DF

RGB Percentages of Color #3ad8df

%11.67
%43.46
%44.87

CMYK Percentages of Color #3ad8df

%74
%3
%0
%13

Triadic Colors of #3ad8df

#3ad8df #df3ad8 #d8df3a

Analogous Colors of #3ad8df

#3ad8df #3a86df #3adf94

Monochromatic Colors of #3ad8df

#3ad8df

Complementary Color

#3ad8df #df413a

#3ad8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad8df Color CSS Codes

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

#3ad8df Text Font Color

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

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


#3ad8df Background Color

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

This div background color is #3ad8df


#3ad8df Border Color

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

This div border color is #3ad8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad8df


Comments

No comments written yet.

Please login to write comment.