Color Hex Logo

#4aeaed Color Hex

#4AEAED
(74,234,237)
0 Favorites   0 Comments

Color spaces of #4aeaed

RGB 74234237
HSL0.500.820.61
HSV181°69°93°
CMYK 0.690.010.00   0.07
XYZ47.532966.415990.4351
Yxy66.41590.23260.3250
Hunter Lab81.4960-38.5069-8.7463
CIE-Lab85.2081-39.3655-13.5023

#4aeaed color RGB value is (74,234,237).

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

The process color (four color CMYK) of #4aeaed color hex is 0.69, 0.01, 0.00, 0.07. Web safe color of #4aeaed is #33ffff. Color #4aeaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 11101101
Octal 112 352 355
Decimal 74 234 237
Hex 4A EA ED

RGB Percentages of Color #4aeaed

%13.58
%42.94
%43.49

CMYK Percentages of Color #4aeaed

%69
%1
%0
%7

Triadic Colors of #4aeaed

#4aeaed #ed4aea #eaed4a

Analogous Colors of #4aeaed

#4aeaed #4a99ed #4aed9f

Monochromatic Colors of #4aeaed

#4aeaed

Complementary Color

#4aeaed #ed4d4a

#4aeaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeaed Color CSS Codes

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

#4aeaed Text Font Color

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

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


#4aeaed Background Color

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

This div background color is #4aeaed


#4aeaed Border Color

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

This div border color is #4aeaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeaed


Comments

No comments written yet.

Please login to write comment.