Color Hex Logo

#4aedec Color Hex

#4AEDEC
(74,237,236)
0 Favorites   0 Comments

Color spaces of #4aedec

RGB 74237236
HSL0.500.820.61
HSV180°69°93°
CMYK 0.690.000.00   0.07
XYZ48.248568.080389.9547
Yxy68.08030.23390.3300
Hunter Lab82.5108-40.0153-6.8814
CIE-Lab86.0466-40.9978-11.7232

#4aedec color RGB value is (74,237,236).

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

The process color (four color CMYK) of #4aedec color hex is 0.69, 0.00, 0.00, 0.07. Web safe color of #4aedec is #33ffff. Color #4aedec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 11101100
Octal 112 355 354
Decimal 74 237 236
Hex 4A ED EC

RGB Percentages of Color #4aedec

%13.53
%43.33
%43.14

CMYK Percentages of Color #4aedec

%69
%0
%0
%7

Triadic Colors of #4aedec

#4aedec #ec4aed #edec4a

Analogous Colors of #4aedec

#4aedec #4a9ded #4aed9b

Monochromatic Colors of #4aedec

#4aedec

Complementary Color

#4aedec #ed4a4b

#4aedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedec Color CSS Codes

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

#4aedec Text Font Color

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

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


#4aedec Background Color

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

This div background color is #4aedec


#4aedec Border Color

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

This div border color is #4aedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedec


Comments

No comments written yet.

Please login to write comment.