Color Hex Logo

#4addbe Color Hex

#4ADDBE
(74,221,190)
0 Favorites   0 Comments

Color spaces of #4addbe

RGB 74221190
HSL0.460.680.58
HSV167°67°87°
CMYK 0.670.000.14   0.13
XYZ37.974856.886557.6939
Yxy56.88650.24890.3729
Hunter Lab75.4231-42.11757.4431
CIE-Lab80.1157-46.03093.8765

#4addbe color RGB value is (74,221,190).

#4addbe hex color red value is 74, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4addbe hue: 0.46 , saturation: 0.68 and the lightness value of 4addbe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 10111110
Octal 112 335 276
Decimal 74 221 190
Hex 4A DD BE

RGB Percentages of Color #4addbe

%15.26
%45.57
%39.18

CMYK Percentages of Color #4addbe

%67
%0
%14
%13

Triadic Colors of #4addbe

#4addbe #be4add #ddbe4a

Analogous Colors of #4addbe

#4addbe #4ab3dd #4add75

Monochromatic Colors of #4addbe

#4addbe

Complementary Color

#4addbe #dd4a69

#4addbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addbe Color CSS Codes

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

#4addbe Text Font Color

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

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


#4addbe Background Color

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

This div background color is #4addbe


#4addbe Border Color

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

This div border color is #4addbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addbe


Comments

No comments written yet.

Please login to write comment.