Color Hex Logo

#4acadf Color Hex

#4ACADF
(74,202,223)
0 Favorites   0 Comments

Color spaces of #4acadf

RGB 74202223
HSL0.520.700.58
HSV188°67°87°
CMYK 0.670.090.00   0.13
XYZ37.263949.024677.3107
Yxy49.02460.22780.2997
Hunter Lab70.0176-27.5316-16.4534
CIE-Lab75.4666-28.3042-20.7242

#4acadf color RGB value is (74,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001010 11011111
Octal 112 312 337
Decimal 74 202 223
Hex 4A CA DF

RGB Percentages of Color #4acadf

%14.83
%40.48
%44.69

CMYK Percentages of Color #4acadf

%67
%9
%0
%13

Triadic Colors of #4acadf

#4acadf #df4aca #cadf4a

Analogous Colors of #4acadf

#4acadf #4a80df #4adfaa

Monochromatic Colors of #4acadf

#4acadf

Complementary Color

#4acadf #df5f4a

#4acadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acadf Color CSS Codes

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

#4acadf Text Font Color

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

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


#4acadf Background Color

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

This div background color is #4acadf


#4acadf Border Color

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

This div border color is #4acadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acadf


Comments

No comments written yet.

Please login to write comment.