Color Hex Logo

#4addec Color Hex

#4ADDEC
(74,221,236)
0 Favorites   0 Comments

Color spaces of #4addec

RGB 74221236
HSL0.520.810.61
HSV186°69°93°
CMYK 0.690.060.00   0.07
XYZ43.820859.224988.4788
Yxy59.22490.22880.3092
Hunter Lab76.9577-33.0356-14.2957
CIE-Lab81.4151-33.6287-18.6765

#4addec color RGB value is (74,221,236).

#4addec hex color red value is 74, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4addec hue: 0.52 , saturation: 0.81 and the lightness value of 4addec is 0.61.

The process color (four color CMYK) of #4addec color hex is 0.69, 0.06, 0.00, 0.07. Web safe color of #4addec is #33ccff. Color #4addec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11101100
Octal 112 335 354
Decimal 74 221 236
Hex 4A DD EC

RGB Percentages of Color #4addec

%13.94
%41.62
%44.44

CMYK Percentages of Color #4addec

%69
%6
%0
%7

Triadic Colors of #4addec

#4addec #ec4add #ddec4a

Analogous Colors of #4addec

#4addec #4a8cec #4aecaa

Monochromatic Colors of #4addec

#4addec

Complementary Color

#4addec #ec594a

#4addec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addec Color CSS Codes

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

#4addec Text Font Color

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

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


#4addec Background Color

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

This div background color is #4addec


#4addec Border Color

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

This div border color is #4addec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addec


Comments

No comments written yet.

Please login to write comment.