Color Hex Logo

#3acadd Color Hex

#3ACADD
(58,202,221)
0 Favorites   0 Comments

Color spaces of #3acadd

RGB 58202221
HSL0.520.710.55
HSV187°74°87°
CMYK 0.740.090.00   0.13
XYZ35.916648.361175.8482
Yxy48.36110.22430.3020
Hunter Lab69.5421-29.5084-15.9869
CIE-Lab75.0521-30.9821-20.3066

#3acadd color RGB value is (58,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 11011101
Octal 72 312 335
Decimal 58 202 221
Hex 3A CA DD

RGB Percentages of Color #3acadd

%12.06
%42.00
%45.95

CMYK Percentages of Color #3acadd

%74
%9
%0
%13

Triadic Colors of #3acadd

#3acadd #dd3aca #cadd3a

Analogous Colors of #3acadd

#3acadd #3a79dd #3add9f

Monochromatic Colors of #3acadd

#3acadd

Complementary Color

#3acadd #dd4d3a

#3acadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acadd Color CSS Codes

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

#3acadd Text Font Color

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

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


#3acadd Background Color

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

This div background color is #3acadd


#3acadd Border Color

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

This div border color is #3acadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acadd


Comments

No comments written yet.

Please login to write comment.