Color Hex Logo

#4aedcd Color Hex

#4AEDCD
(74,237,205)
0 Favorites   0 Comments

Color spaces of #4aedcd

RGB 74237205
HSL0.470.820.61
HSV168°69°93°
CMYK 0.690.000.14   0.07
XYZ44.127766.432068.2545
Yxy66.43200.24680.3715
Hunter Lab81.5058-45.99437.4035
CIE-Lab85.2163-49.11373.3437

#4aedcd color RGB value is (74,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 11001101
Octal 112 355 315
Decimal 74 237 205
Hex 4A ED CD

RGB Percentages of Color #4aedcd

%14.34
%45.93
%39.73

CMYK Percentages of Color #4aedcd

%69
%0
%14
%7

Triadic Colors of #4aedcd

#4aedcd #cd4aed #edcd4a

Analogous Colors of #4aedcd

#4aedcd #4abced #4aed7c

Monochromatic Colors of #4aedcd

#4aedcd

Complementary Color

#4aedcd #ed4a6a

#4aedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedcd Color CSS Codes

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

#4aedcd Text Font Color

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

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


#4aedcd Background Color

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

This div background color is #4aedcd


#4aedcd Border Color

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

This div border color is #4aedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedcd


Comments

No comments written yet.

Please login to write comment.