Color Hex Logo

#4acfca Color Hex

#4ACFCA
(74,207,202)
0 Favorites   0 Comments

Color spaces of #4acfca

RGB 74207202
HSL0.490.580.55
HSV178°64°81°
CMYK 0.640.000.02   0.19
XYZ35.797550.345863.7081
Yxy50.34580.23890.3360
Hunter Lab70.9548-34.1156-3.5663
CIE-Lab76.2810-36.6792-8.1738

#4acfca color RGB value is (74,207,202).

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

The process color (four color CMYK) of #4acfca color hex is 0.64, 0.00, 0.02, 0.19. Web safe color of #4acfca is #33cccc. Color #4acfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 11001010
Octal 112 317 312
Decimal 74 207 202
Hex 4A CF CA

RGB Percentages of Color #4acfca

%15.32
%42.86
%41.82

CMYK Percentages of Color #4acfca

%64
%0
%2
%19

Triadic Colors of #4acfca

#4acfca #ca4acf #cfca4a

Analogous Colors of #4acfca

#4acfca #4a92cf #4acf88

Monochromatic Colors of #4acfca

#4acfca

Complementary Color

#4acfca #cf4a4f

#4acfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfca Color CSS Codes

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

#4acfca Text Font Color

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

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


#4acfca Background Color

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

This div background color is #4acfca


#4acfca Border Color

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

This div border color is #4acfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfca


Comments

No comments written yet.

Please login to write comment.