Color Hex Logo

#3accda Color Hex

#3ACCDA
(58,204,218)
0 Favorites   0 Comments

Color spaces of #3accda

RGB 58204218
HSL0.510.680.54
HSV185°73°85°
CMYK 0.730.060.00   0.15
XYZ35.992749.147273.9190
Yxy49.14720.22630.3090
Hunter Lab70.1051-31.0400-13.4420
CIE-Lab75.5428-32.8421-17.9445

#3accda color RGB value is (58,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 11011010
Octal 72 314 332
Decimal 58 204 218
Hex 3A CC DA

RGB Percentages of Color #3accda

%12.08
%42.50
%45.42

CMYK Percentages of Color #3accda

%73
%6
%0
%15

Triadic Colors of #3accda

#3accda #da3acc #ccda3a

Analogous Colors of #3accda

#3accda #3a7cda #3ada98

Monochromatic Colors of #3accda

#3accda

Complementary Color

#3accda #da483a

#3accda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3accda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3accda Color CSS Codes

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

#3accda Text Font Color

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

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


#3accda Background Color

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

This div background color is #3accda


#3accda Border Color

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

This div border color is #3accda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3accda


Comments

No comments written yet.

Please login to write comment.