Color Hex Logo

#4aeede Color Hex

#4AEEDE
(74,238,222)
0 Favorites   0 Comments

Color spaces of #4aeede

RGB 74238222
HSL0.480.830.61
HSV174°69°93°
CMYK 0.690.000.07   0.07
XYZ46.583467.878879.7540
Yxy67.87880.23990.3495
Hunter Lab82.3886-43.25420.2780
CIE-Lab85.9458-45.2056-4.5169

#4aeede color RGB value is (74,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 11011110
Octal 112 356 336
Decimal 74 238 222
Hex 4A EE DE

RGB Percentages of Color #4aeede

%13.86
%44.57
%41.57

CMYK Percentages of Color #4aeede

%69
%0
%7
%7

Triadic Colors of #4aeede

#4aeede #de4aee #eede4a

Analogous Colors of #4aeede

#4aeede #4aacee #4aee8c

Monochromatic Colors of #4aeede

#4aeede

Complementary Color

#4aeede #ee4a5a

#4aeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeede Color CSS Codes

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

#4aeede Text Font Color

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

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


#4aeede Background Color

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

This div background color is #4aeede


#4aeede Border Color

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

This div border color is #4aeede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,238,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 #4aeede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeede


Comments

No comments written yet.

Please login to write comment.