Color Hex Logo

#3acddc Color Hex

#3ACDDC
(58,205,220)
0 Favorites   0 Comments

Color spaces of #3acddc

RGB 58205220
HSL0.520.700.55
HSV186°74°86°
CMYK 0.740.070.00   0.14
XYZ36.494549.729575.3854
Yxy49.72950.22580.3077
Hunter Lab70.5191-31.0326-14.0180
CIE-Lab75.9029-32.7210-18.4784

#3acddc color RGB value is (58,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001101 11011100
Octal 72 315 334
Decimal 58 205 220
Hex 3A CD DC

RGB Percentages of Color #3acddc

%12.01
%42.44
%45.55

CMYK Percentages of Color #3acddc

%74
%7
%0
%14

Triadic Colors of #3acddc

#3acddc #dc3acd #cddc3a

Analogous Colors of #3acddc

#3acddc #3a7cdc #3adc9a

Monochromatic Colors of #3acddc

#3acddc

Complementary Color

#3acddc #dc493a

#3acddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acddc Color CSS Codes

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

#3acddc Text Font Color

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

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


#3acddc Background Color

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

This div background color is #3acddc


#3acddc Border Color

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

This div border color is #3acddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acddc


Comments

No comments written yet.

Please login to write comment.