Color Hex Logo

#3ad0db Color Hex

#3AD0DB
(58,208,219)
0 Favorites   0 Comments

Color spaces of #3ad0db

RGB 58208219
HSL0.510.690.54
HSV184°74°86°
CMYK 0.740.050.00   0.14
XYZ37.087051.125874.9314
Yxy51.12580.22730.3134
Hunter Lab71.5023-32.5442-12.0818
CIE-Lab76.7551-34.4382-16.6532

#3ad0db color RGB value is (58,208,219).

#3ad0db hex color red value is 58, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3ad0db hue: 0.51 , saturation: 0.69 and the lightness value of 3ad0db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11010000 11011011
Octal 72 320 333
Decimal 58 208 219
Hex 3A D0 DB

RGB Percentages of Color #3ad0db

%11.96
%42.89
%45.15

CMYK Percentages of Color #3ad0db

%74
%5
%0
%14

Triadic Colors of #3ad0db

#3ad0db #db3ad0 #d0db3a

Analogous Colors of #3ad0db

#3ad0db #3a80db #3adb96

Monochromatic Colors of #3ad0db

#3ad0db

Complementary Color

#3ad0db #db453a

#3ad0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ad0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ad0db Color CSS Codes

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

#3ad0db Text Font Color

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

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


#3ad0db Background Color

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

This div background color is #3ad0db


#3ad0db Border Color

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

This div border color is #3ad0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ad0db


Comments

No comments written yet.

Please login to write comment.