Color Hex Logo

#4adace Color Hex

#4ADACE
(74,218,206)
0 Favorites   0 Comments

Color spaces of #4adace

RGB 74218206
HSL0.490.660.57
HSV175°66°85°
CMYK 0.660.000.06   0.15
XYZ39.036056.054967.1548
Yxy56.05490.24060.3455
Hunter Lab74.8698-37.9550-0.7715
CIE-Lab79.6451-40.6033-5.3376

#4adace color RGB value is (74,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11001110
Octal 112 332 316
Decimal 74 218 206
Hex 4A DA CE

RGB Percentages of Color #4adace

%14.86
%43.78
%41.37

CMYK Percentages of Color #4adace

%66
%0
%6
%15

Triadic Colors of #4adace

#4adace #ce4ada #dace4a

Analogous Colors of #4adace

#4adace #4a9eda #4ada86

Monochromatic Colors of #4adace

#4adace

Complementary Color

#4adace #da4a56

#4adace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adace Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adace Color CSS Codes

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

#4adace Text Font Color

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

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


#4adace Background Color

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

This div background color is #4adace


#4adace Border Color

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

This div border color is #4adace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adace


Comments

No comments written yet.

Please login to write comment.