Color Hex Logo

#3ac0db Color Hex

#3AC0DB
(58,192,219)
0 Favorites   0 Comments

Color spaces of #3ac0db

RGB 58192219
HSL0.530.690.54
HSV190°74°86°
CMYK 0.740.120.00   0.14
XYZ33.380743.713373.6960
Yxy43.71330.22140.2899
Hunter Lab66.1160-25.5819-19.8062
CIE-Lab72.0364-26.6996-23.8131

#3ac0db color RGB value is (58,192,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000000 11011011
Octal 72 300 333
Decimal 58 192 219
Hex 3A C0 DB

RGB Percentages of Color #3ac0db

%12.37
%40.94
%46.70

CMYK Percentages of Color #3ac0db

%74
%12
%0
%14

Triadic Colors of #3ac0db

#3ac0db #db3ac0 #c0db3a

Analogous Colors of #3ac0db

#3ac0db #3a70db #3adba6

Monochromatic Colors of #3ac0db

#3ac0db

Complementary Color

#3ac0db #db553a

#3ac0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac0db Color CSS Codes

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

#3ac0db Text Font Color

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

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


#3ac0db Background Color

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

This div background color is #3ac0db


#3ac0db Border Color

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

This div border color is #3ac0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac0db


Comments

No comments written yet.

Please login to write comment.