Color Hex Logo

#4adabe Color Hex

#4ADABE
(74,218,190)
0 Favorites   0 Comments

Color spaces of #4adabe

RGB 74218190
HSL0.470.660.57
HSV168°66°85°
CMYK 0.660.000.13   0.15
XYZ37.189755.316457.4322
Yxy55.31640.24800.3689
Hunter Lab74.3750-40.90106.2789
CIE-Lab79.2232-44.73922.5827

#4adabe color RGB value is (74,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10111110
Octal 112 332 276
Decimal 74 218 190
Hex 4A DA BE

RGB Percentages of Color #4adabe

%15.35
%45.23
%39.42

CMYK Percentages of Color #4adabe

%66
%0
%13
%15

Triadic Colors of #4adabe

#4adabe #be4ada #dabe4a

Analogous Colors of #4adabe

#4adabe #4aaeda #4ada76

Monochromatic Colors of #4adabe

#4adabe

Complementary Color

#4adabe #da4a66

#4adabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adabe Color CSS Codes

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

#4adabe Text Font Color

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

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


#4adabe Background Color

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

This div background color is #4adabe


#4adabe Border Color

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

This div border color is #4adabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adabe


Comments

No comments written yet.

Please login to write comment.