Color Hex Logo

#4aedcc Color Hex

#4AEDCC
(74,237,204)
0 Favorites   0 Comments

Color spaces of #4aedcc

RGB 74237204
HSL0.470.820.61
HSV168°69°93°
CMYK 0.690.000.14   0.07
XYZ44.007366.383967.6207
Yxy66.38390.24720.3729
Hunter Lab81.4763-46.17147.8261
CIE-Lab85.1919-49.36083.8330

#4aedcc color RGB value is (74,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 11001100
Octal 112 355 314
Decimal 74 237 204
Hex 4A ED CC

RGB Percentages of Color #4aedcc

%14.37
%46.02
%39.61

CMYK Percentages of Color #4aedcc

%69
%0
%14
%7

Triadic Colors of #4aedcc

#4aedcc #cc4aed #edcc4a

Analogous Colors of #4aedcc

#4aedcc #4abded #4aed7b

Monochromatic Colors of #4aedcc

#4aedcc

Complementary Color

#4aedcc #ed4a6b

#4aedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedcc Color CSS Codes

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

#4aedcc Text Font Color

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

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


#4aedcc Background Color

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

This div background color is #4aedcc


#4aedcc Border Color

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

This div border color is #4aedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedcc


Comments

No comments written yet.

Please login to write comment.