Color Hex Logo

#4acdcf Color Hex

#4ACDCF
(74,205,207)
0 Favorites   0 Comments

Color spaces of #4acdcf

RGB 74205207
HSL0.500.580.55
HSV181°64°81°
CMYK 0.640.010.00   0.19
XYZ35.917849.623566.7167
Yxy49.62350.23590.3259
Hunter Lab70.4439-32.2637-6.8422
CIE-Lab75.8376-34.3637-11.5312

#4acdcf color RGB value is (74,205,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11001111
Octal 112 315 317
Decimal 74 205 207
Hex 4A CD CF

RGB Percentages of Color #4acdcf

%15.23
%42.18
%42.59

CMYK Percentages of Color #4acdcf

%64
%1
%0
%19

Triadic Colors of #4acdcf

#4acdcf #cf4acd #cdcf4a

Analogous Colors of #4acdcf

#4acdcf #4a8bcf #4acf8f

Monochromatic Colors of #4acdcf

#4acdcf

Complementary Color

#4acdcf #cf4c4a

#4acdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdcf Color CSS Codes

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

#4acdcf Text Font Color

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

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


#4acdcf Background Color

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

This div background color is #4acdcf


#4acdcf Border Color

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

This div border color is #4acdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdcf


Comments

No comments written yet.

Please login to write comment.