Color Hex Logo

#4aecdc Color Hex

#4AECDC
(74,236,220)
0 Favorites   0 Comments

Color spaces of #4aecdc

RGB 74236220
HSL0.480.810.61
HSV174°69°93°
CMYK 0.690.000.07   0.07
XYZ45.737866.614178.1573
Yxy66.61410.24010.3497
Hunter Lab81.6175-42.80050.3558
CIE-Lab85.3087-44.8593-4.4041

#4aecdc color RGB value is (74,236,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11011100
Octal 112 354 334
Decimal 74 236 220
Hex 4A EC DC

RGB Percentages of Color #4aecdc

%13.96
%44.53
%41.51

CMYK Percentages of Color #4aecdc

%69
%0
%7
%7

Triadic Colors of #4aecdc

#4aecdc #dc4aec #ecdc4a

Analogous Colors of #4aecdc

#4aecdc #4aabec #4aec8b

Monochromatic Colors of #4aecdc

#4aecdc

Complementary Color

#4aecdc #ec4a5a

#4aecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecdc Color CSS Codes

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

#4aecdc Text Font Color

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

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


#4aecdc Background Color

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

This div background color is #4aecdc


#4aecdc Border Color

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

This div border color is #4aecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecdc


Comments

No comments written yet.

Please login to write comment.