Color Hex Logo

#4aedbd Color Hex

#4AEDBD
(74,237,189)
0 Favorites   0 Comments

Color spaces of #4aedbd

RGB 74237189
HSL0.450.820.61
HSV162°69°93°
CMYK 0.690.000.20   0.07
XYZ42.293565.698358.5961
Yxy65.69830.25390.3944
Hunter Lab81.0545-48.705713.8761
CIE-Lab84.8423-52.942011.1865

#4aedbd color RGB value is (74,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 10111101
Octal 112 355 275
Decimal 74 237 189
Hex 4A ED BD

RGB Percentages of Color #4aedbd

%14.80
%47.40
%37.80

CMYK Percentages of Color #4aedbd

%69
%0
%20
%7

Triadic Colors of #4aedbd

#4aedbd #bd4aed #edbd4a

Analogous Colors of #4aedbd

#4aedbd #4acced #4aed6c

Monochromatic Colors of #4aedbd

#4aedbd

Complementary Color

#4aedbd #ed4a7a

#4aedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedbd Color CSS Codes

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

#4aedbd Text Font Color

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

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


#4aedbd Background Color

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

This div background color is #4aedbd


#4aedbd Border Color

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

This div border color is #4aedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedbd


Comments

No comments written yet.

Please login to write comment.