Color Hex Logo

#3acddb Color Hex

#3ACDDB
(58,205,219)
0 Favorites   0 Comments

Color spaces of #3acddb

RGB 58205219
HSL0.510.690.54
HSV185°74°86°
CMYK 0.740.060.00   0.14
XYZ36.362449.676774.6899
Yxy49.67670.22620.3091
Hunter Lab70.4817-31.2526-13.4928
CIE-Lab75.8704-33.0197-17.9887

#3acddb color RGB value is (58,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001101 11011011
Octal 72 315 333
Decimal 58 205 219
Hex 3A CD DB

RGB Percentages of Color #3acddb

%12.03
%42.53
%45.44

CMYK Percentages of Color #3acddb

%74
%6
%0
%14

Triadic Colors of #3acddb

#3acddb #db3acd #cddb3a

Analogous Colors of #3acddb

#3acddb #3a7ddb #3adb99

Monochromatic Colors of #3acddb

#3acddb

Complementary Color

#3acddb #db483a

#3acddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acddb Color CSS Codes

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

#3acddb Text Font Color

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

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


#3acddb Background Color

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

This div background color is #3acddb


#3acddb Border Color

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

This div border color is #3acddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acddb


Comments

No comments written yet.

Please login to write comment.