Color Hex Logo

#4aeaee Color Hex

#4AEAEE
(74,234,238)
0 Favorites   0 Comments

Color spaces of #4aeaee

RGB 74234238
HSL0.500.830.61
HSV181°69°93°
CMYK 0.690.020.00   0.07
XYZ47.679566.474591.2068
Yxy66.47450.23220.3237
Hunter Lab81.5319-38.2948-9.2533
CIE-Lab85.2379-39.0861-13.9842

#4aeaee color RGB value is (74,234,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 11101110
Octal 112 352 356
Decimal 74 234 238
Hex 4A EA EE

RGB Percentages of Color #4aeaee

%13.55
%42.86
%43.59

CMYK Percentages of Color #4aeaee

%69
%2
%0
%7

Triadic Colors of #4aeaee

#4aeaee #ee4aea #eaee4a

Analogous Colors of #4aeaee

#4aeaee #4a98ee #4aeea0

Monochromatic Colors of #4aeaee

#4aeaee

Complementary Color

#4aeaee #ee4e4a

#4aeaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeaee Color CSS Codes

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

#4aeaee Text Font Color

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

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


#4aeaee Background Color

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

This div background color is #4aeaee


#4aeaee Border Color

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

This div border color is #4aeaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeaee


Comments

No comments written yet.

Please login to write comment.