Color Hex Logo

#4addce Color Hex

#4ADDCE
(74,221,206)
0 Favorites   0 Comments

Color spaces of #4addce

RGB 74221206
HSL0.480.680.58
HSV174°67°87°
CMYK 0.670.000.07   0.13
XYZ39.821157.625067.4165
Yxy57.62500.24150.3495
Hunter Lab75.9111-39.20780.4825
CIE-Lab80.5299-41.9420-4.0330

#4addce color RGB value is (74,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11001110
Octal 112 335 316
Decimal 74 221 206
Hex 4A DD CE

RGB Percentages of Color #4addce

%14.77
%44.11
%41.12

CMYK Percentages of Color #4addce

%67
%0
%7
%13

Triadic Colors of #4addce

#4addce #ce4add #ddce4a

Analogous Colors of #4addce

#4addce #4aa3dd #4add85

Monochromatic Colors of #4addce

#4addce

Complementary Color

#4addce #dd4a59

#4addce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addce Color CSS Codes

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

#4addce Text Font Color

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

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


#4addce Background Color

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

This div background color is #4addce


#4addce Border Color

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

This div border color is #4addce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addce


Comments

No comments written yet.

Please login to write comment.