Color Hex Logo

#3ac5fc Color Hex

#3AC5FC
(58,197,252)
0 Favorites   0 Comments

Color spaces of #3ac5fc

RGB 58197252
HSL0.550.970.61
HSV197°77°99°
CMYK 0.770.220.00   0.01
XYZ39.281947.860399.2631
Yxy47.86030.21070.2568
Hunter Lab69.1811-19.7125-36.6442
CIE-Lab74.7367-18.6680-37.4848

#3ac5fc color RGB value is (58,197,252).

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

The process color (four color CMYK) of #3ac5fc color hex is 0.77, 0.22, 0.00, 0.01. Web safe color of #3ac5fc is #33ccff. Color #3ac5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000101 11111100
Octal 72 305 374
Decimal 58 197 252
Hex 3A C5 FC

RGB Percentages of Color #3ac5fc

%11.44
%38.86
%49.70

CMYK Percentages of Color #3ac5fc

%77
%22
%0
%1

Triadic Colors of #3ac5fc

#3ac5fc #fc3ac5 #c5fc3a

Analogous Colors of #3ac5fc

#3ac5fc #3a64fc #3afcd2

Monochromatic Colors of #3ac5fc

#3ac5fc

Complementary Color

#3ac5fc #fc713a

#3ac5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac5fc Color CSS Codes

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

#3ac5fc Text Font Color

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

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


#3ac5fc Background Color

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

This div background color is #3ac5fc


#3ac5fc Border Color

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

This div border color is #3ac5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac5fc


Comments

No comments written yet.

Please login to write comment.