Color Hex Logo

#3acabd Color Hex

#3ACABD
(58,202,189)
0 Favorites   0 Comments

Color spaces of #3acabd

RGB 58202189
HSL0.480.580.51
HSV175°71°79°
CMYK 0.710.000.06   0.21
XYZ32.050846.814755.4910
Yxy46.81470.23860.3484
Hunter Lab68.4213-36.1219-0.1905
CIE-Lab74.0711-40.2180-4.4587

#3acabd color RGB value is (58,202,189).

#3acabd hex color red value is 58, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3acabd hue: 0.48 , saturation: 0.58 and the lightness value of 3acabd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001010 10111101
Octal 72 312 275
Decimal 58 202 189
Hex 3A CA BD

RGB Percentages of Color #3acabd

%12.92
%44.99
%42.09

CMYK Percentages of Color #3acabd

%71
%0
%6
%21

Triadic Colors of #3acabd

#3acabd #bd3aca #cabd3a

Analogous Colors of #3acabd

#3acabd #3a8fca #3aca75

Monochromatic Colors of #3acabd

#3acabd

Complementary Color

#3acabd #ca3a47

#3acabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acabd Color CSS Codes

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

#3acabd Text Font Color

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

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


#3acabd Background Color

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

This div background color is #3acabd


#3acabd Border Color

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

This div border color is #3acabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acabd


Comments

No comments written yet.

Please login to write comment.