Color Hex Logo

#3acadc Color Hex

#3ACADC
(58,202,220)
0 Favorites   0 Comments

Color spaces of #3acadc

RGB 58202220
HSL0.520.700.55
HSV187°74°86°
CMYK 0.740.080.00   0.14
XYZ35.783748.307975.1485
Yxy48.30790.22470.3034
Hunter Lab69.5039-29.7320-15.4524
CIE-Lab75.0187-31.2846-19.8174

#3acadc color RGB value is (58,202,220).

#3acadc hex color red value is 58, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3acadc hue: 0.52 , saturation: 0.70 and the lightness value of 3acadc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 11011100
Octal 72 312 334
Decimal 58 202 220
Hex 3A CA DC

RGB Percentages of Color #3acadc

%12.08
%42.08
%45.83

CMYK Percentages of Color #3acadc

%74
%8
%0
%14

Triadic Colors of #3acadc

#3acadc #dc3aca #cadc3a

Analogous Colors of #3acadc

#3acadc #3a79dc #3adc9d

Monochromatic Colors of #3acadc

#3acadc

Complementary Color

#3acadc #dc4c3a

#3acadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acadc Color CSS Codes

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

#3acadc Text Font Color

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

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


#3acadc Background Color

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

This div background color is #3acadc


#3acadc Border Color

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

This div border color is #3acadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acadc


Comments

No comments written yet.

Please login to write comment.