Color Hex Logo

#3ac0ec Color Hex

#3AC0EC
(58,192,236)
0 Favorites   0 Comments

Color spaces of #3ac0ec

RGB 58192236
HSL0.540.820.58
HSV195°75°93°
CMYK 0.750.190.00   0.07
XYZ35.734944.654986.0927
Yxy44.65490.21460.2682
Hunter Lab66.8243-21.4881-29.6089
CIE-Lab72.6641-21.2995-32.0714

#3ac0ec color RGB value is (58,192,236).

#3ac0ec hex color red value is 58, green value is 192 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3ac0ec hue: 0.54 , saturation: 0.82 and the lightness value of 3ac0ec is 0.58.

The process color (four color CMYK) of #3ac0ec color hex is 0.75, 0.19, 0.00, 0.07. Web safe color of #3ac0ec is #33ccff. Color #3ac0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11000000 11101100
Octal 72 300 354
Decimal 58 192 236
Hex 3A C0 EC

RGB Percentages of Color #3ac0ec

%11.93
%39.51
%48.56

CMYK Percentages of Color #3ac0ec

%75
%19
%0
%7

Triadic Colors of #3ac0ec

#3ac0ec #ec3ac0 #c0ec3a

Analogous Colors of #3ac0ec

#3ac0ec #3a67ec #3aecbf

Monochromatic Colors of #3ac0ec

#3ac0ec

Complementary Color

#3ac0ec #ec663a

#3ac0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ac0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ac0ec Color CSS Codes

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

#3ac0ec Text Font Color

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

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


#3ac0ec Background Color

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

This div background color is #3ac0ec


#3ac0ec Border Color

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

This div border color is #3ac0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ac0ec


Comments

No comments written yet.

Please login to write comment.