Color Hex Logo

#4acfda Color Hex

#4ACFDA
(74,207,218)
0 Favorites   0 Comments

Color spaces of #4acfda

RGB 74207218
HSL0.510.660.57
HSV185°66°85°
CMYK 0.660.050.00   0.15
XYZ37.791851.143474.2095
Yxy51.14340.23160.3135
Hunter Lab71.5146-30.8225-11.4640
CIE-Lab76.7658-32.1841-16.0659

#4acfda color RGB value is (74,207,218).

#4acfda hex color red value is 74, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4acfda hue: 0.51 , saturation: 0.66 and the lightness value of 4acfda is 0.57.

The process color (four color CMYK) of #4acfda color hex is 0.66, 0.05, 0.00, 0.15. Web safe color of #4acfda is #33cccc. Color #4acfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 11011010
Octal 112 317 332
Decimal 74 207 218
Hex 4A CF DA

RGB Percentages of Color #4acfda

%14.83
%41.48
%43.69

CMYK Percentages of Color #4acfda

%66
%5
%0
%15

Triadic Colors of #4acfda

#4acfda #da4acf #cfda4a

Analogous Colors of #4acfda

#4acfda #4a87da #4ada9d

Monochromatic Colors of #4acfda

#4acfda

Complementary Color

#4acfda #da554a

#4acfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfda Color CSS Codes

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

#4acfda Text Font Color

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

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


#4acfda Background Color

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

This div background color is #4acfda


#4acfda Border Color

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

This div border color is #4acfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,207,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfda


Comments

No comments written yet.

Please login to write comment.