Color Hex Logo

#4adbbe Color Hex

#4ADBBE
(74,219,190)
0 Favorites   0 Comments

Color spaces of #4adbbe

RGB 74219190
HSL0.470.670.57
HSV168°66°86°
CMYK 0.660.000.13   0.14
XYZ37.449855.836657.5189
Yxy55.83660.24830.3703
Hunter Lab74.7239-41.30696.6681
CIE-Lab79.5207-45.17133.0144

#4adbbe color RGB value is (74,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011011 10111110
Octal 112 333 276
Decimal 74 219 190
Hex 4A DB BE

RGB Percentages of Color #4adbbe

%15.32
%45.34
%39.34

CMYK Percentages of Color #4adbbe

%66
%0
%13
%14

Triadic Colors of #4adbbe

#4adbbe #be4adb #dbbe4a

Analogous Colors of #4adbbe

#4adbbe #4ab0db #4adb76

Monochromatic Colors of #4adbbe

#4adbbe

Complementary Color

#4adbbe #db4a67

#4adbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adbbe Color CSS Codes

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

#4adbbe Text Font Color

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

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


#4adbbe Background Color

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

This div background color is #4adbbe


#4adbbe Border Color

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

This div border color is #4adbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,219,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 #4adbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adbbe


Comments

No comments written yet.

Please login to write comment.