Color Hex Logo

#4aedde Color Hex

#4AEDDE
(74,237,222)
0 Favorites   0 Comments

Color spaces of #4aedde

RGB 74237222
HSL0.480.820.61
HSV174°69°93°
CMYK 0.690.000.06   0.07
XYZ46.293067.298179.6572
Yxy67.29810.23960.3482
Hunter Lab82.0354-42.8335-0.1464
CIE-Lab85.6543-44.7698-4.9466

#4aedde color RGB value is (74,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101101 11011110
Octal 112 355 336
Decimal 74 237 222
Hex 4A ED DE

RGB Percentages of Color #4aedde

%13.88
%44.47
%41.65

CMYK Percentages of Color #4aedde

%69
%0
%6
%7

Triadic Colors of #4aedde

#4aedde #de4aed #edde4a

Analogous Colors of #4aedde

#4aedde #4aabed #4aed8d

Monochromatic Colors of #4aedde

#4aedde

Complementary Color

#4aedde #ed4a59

#4aedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aedde Color CSS Codes

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

#4aedde Text Font Color

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

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


#4aedde Background Color

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

This div background color is #4aedde


#4aedde Border Color

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

This div border color is #4aedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aedde


Comments

No comments written yet.

Please login to write comment.