Color Hex Logo

#3adacc Color Hex

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

Color spaces of #3adacc

RGB 58218204
HSL0.490.680.54
HSV175°73°85°
CMYK 0.730.000.06   0.15
XYZ37.715455.402065.8326
Yxy55.40200.23730.3485
Hunter Lab74.4325-39.8099-0.3369
CIE-Lab79.2723-43.2357-4.8557

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

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

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

Base Numbers

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

RGB Percentages of Color #3adacc

%12.08
%45.42
%42.50

CMYK Percentages of Color #3adacc

%73
%0
%6
%15

Triadic Colors of #3adacc

#3adacc #cc3ada #dacc3a

Analogous Colors of #3adacc

#3adacc #3a98da #3ada7c

Monochromatic Colors of #3adacc

#3adacc

Complementary Color

#3adacc #da3a48

#3adacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adacc Color CSS Codes

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

#3adacc Text Font Color

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

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


#3adacc Background Color

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

This div background color is #3adacc


#3adacc Border Color

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

This div border color is #3adacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adacc


Comments

No comments written yet.

Please login to write comment.