Color Hex Logo

#4ac0df Color Hex

#4AC0DF
(74,192,223)
0 Favorites   0 Comments

Color spaces of #4ac0df

RGB 74192223
HSL0.530.700.58
HSV192°67°87°
CMYK 0.670.140.00   0.13
XYZ34.993044.482876.5538
Yxy44.48280.22430.2851
Hunter Lab66.6954-23.0636-21.3670
CIE-Lab72.5500-23.3227-25.1687

#4ac0df color RGB value is (74,192,223).

#4ac0df hex color red value is 74, green value is 192 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4ac0df hue: 0.53 , saturation: 0.70 and the lightness value of 4ac0df is 0.58.

The process color (four color CMYK) of #4ac0df color hex is 0.67, 0.14, 0.00, 0.13. Web safe color of #4ac0df is #33cccc. Color #4ac0df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11000000 11011111
Octal 112 300 337
Decimal 74 192 223
Hex 4A C0 DF

RGB Percentages of Color #4ac0df

%15.13
%39.26
%45.60

CMYK Percentages of Color #4ac0df

%67
%14
%0
%13

Triadic Colors of #4ac0df

#4ac0df #df4ac0 #c0df4a

Analogous Colors of #4ac0df

#4ac0df #4a76df #4adfb4

Monochromatic Colors of #4ac0df

#4ac0df

Complementary Color

#4ac0df #df694a

#4ac0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ac0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ac0df Color CSS Codes

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

#4ac0df Text Font Color

<p style="color:#4ac0df">Text here</p>

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


#4ac0df Background Color

<div style="background-color:#4ac0df">
Div content here</div>

This div background color is #4ac0df


#4ac0df Border Color

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

This div border color is #4ac0df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,192,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 #4ac0df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ac0df


Comments

No comments written yet.

Please login to write comment.