Color Hex Logo

#3aced0 Color Hex

#3ACED0
(58,206,208)
0 Favorites   0 Comments

Color spaces of #3aced0

RGB 58206208
HSL0.500.610.52
HSV181°72°82°
CMYK 0.720.010.00   0.18
XYZ35.201449.596267.3922
Yxy49.59620.23130.3259
Hunter Lab70.4246-34.0206-7.4399
CIE-Lab75.8207-36.7107-12.1316

#3aced0 color RGB value is (58,206,208).

#3aced0 hex color red value is 58, green value is 206 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #3aced0 hue: 0.50 , saturation: 0.61 and the lightness value of 3aced0 is 0.52.

The process color (four color CMYK) of #3aced0 color hex is 0.72, 0.01, 0.00, 0.18. Web safe color of #3aced0 is #33cccc. Color #3aced0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001110 11010000
Octal 72 316 320
Decimal 58 206 208
Hex 3A CE D0

RGB Percentages of Color #3aced0

%12.29
%43.64
%44.07

CMYK Percentages of Color #3aced0

%72
%1
%0
%18

Triadic Colors of #3aced0

#3aced0 #d03ace #ced03a

Analogous Colors of #3aced0

#3aced0 #3a83d0 #3ad087

Monochromatic Colors of #3aced0

#3aced0

Complementary Color

#3aced0 #d03c3a

#3aced0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3aced0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3aced0 Color CSS Codes

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

#3aced0 Text Font Color

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

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


#3aced0 Background Color

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

This div background color is #3aced0


#3aced0 Border Color

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

This div border color is #3aced0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3aced0


Comments

No comments written yet.

Please login to write comment.