Color Hex Logo

#3ac5df Color Hex

#3AC5DF
(58,197,223)
0 Favorites   0 Comments

Color spaces of #3ac5df

RGB 58197223
HSL0.530.720.55
HSV189°74°87°
CMYK 0.740.120.00   0.13
XYZ35.030546.159876.8755
Yxy46.15980.22160.2920
Hunter Lab67.9410-26.8618-19.5282
CIE-Lab73.6491-27.9322-23.5225

#3ac5df color RGB value is (58,197,223).

#3ac5df hex color red value is 58, green value is 197 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3ac5df hue: 0.53 , saturation: 0.72 and the lightness value of 3ac5df is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000101 11011111
Octal 72 305 337
Decimal 58 197 223
Hex 3A C5 DF

RGB Percentages of Color #3ac5df

%12.13
%41.21
%46.65

CMYK Percentages of Color #3ac5df

%74
%12
%0
%13

Triadic Colors of #3ac5df

#3ac5df #df3ac5 #c5df3a

Analogous Colors of #3ac5df

#3ac5df #3a73df #3adfa7

Monochromatic Colors of #3ac5df

#3ac5df

Complementary Color

#3ac5df #df543a

#3ac5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac5df Color CSS Codes

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

#3ac5df Text Font Color

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

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


#3ac5df Background Color

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

This div background color is #3ac5df


#3ac5df Border Color

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

This div border color is #3ac5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac5df


Comments

No comments written yet.

Please login to write comment.