Color Hex Logo

#4adaaf Color Hex

#4ADAAF
(74,218,175)
0 Favorites   0 Comments

Color spaces of #4adaaf

RGB 74218175
HSL0.450.660.57
HSV162°66°85°
CMYK 0.660.000.20   0.15
XYZ35.633354.693849.2363
Yxy54.69380.25530.3919
Hunter Lab73.9553-43.416412.2959
CIE-Lab78.8646-48.368010.0490

#4adaaf color RGB value is (74,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10101111
Octal 112 332 257
Decimal 74 218 175
Hex 4A DA AF

RGB Percentages of Color #4adaaf

%15.85
%46.68
%37.47

CMYK Percentages of Color #4adaaf

%66
%0
%20
%15

Triadic Colors of #4adaaf

#4adaaf #af4ada #daaf4a

Analogous Colors of #4adaaf

#4adaaf #4abdda #4ada67

Monochromatic Colors of #4adaaf

#4adaaf

Complementary Color

#4adaaf #da4a75

#4adaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaaf Color CSS Codes

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

#4adaaf Text Font Color

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

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


#4adaaf Background Color

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

This div background color is #4adaaf


#4adaaf Border Color

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

This div border color is #4adaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaaf


Comments

No comments written yet.

Please login to write comment.