Color Hex Logo

#4aeecf Color Hex

#4AEECF
(74,238,207)
0 Favorites   0 Comments

Color spaces of #4aeecf

RGB 74238207
HSL0.470.830.61
HSV169°69°93°
CMYK 0.690.000.13   0.07
XYZ44.661167.109969.6311
Yxy67.10990.24620.3700
Hunter Lab81.9206-46.04736.9490
CIE-Lab85.5594-49.03902.7922

#4aeecf color RGB value is (74,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 11001111
Octal 112 356 317
Decimal 74 238 207
Hex 4A EE CF

RGB Percentages of Color #4aeecf

%14.26
%45.86
%39.88

CMYK Percentages of Color #4aeecf

%69
%0
%13
%7

Triadic Colors of #4aeecf

#4aeecf #cf4aee #eecf4a

Analogous Colors of #4aeecf

#4aeecf #4abbee #4aee7d

Monochromatic Colors of #4aeecf

#4aeecf

Complementary Color

#4aeecf #ee4a69

#4aeecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeecf Color CSS Codes

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

#4aeecf Text Font Color

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

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


#4aeecf Background Color

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

This div background color is #4aeecf


#4aeecf Border Color

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

This div border color is #4aeecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeecf


Comments

No comments written yet.

Please login to write comment.