Color Hex Logo

#4aeccf Color Hex

#4AECCF
(74,236,207)
0 Favorites   0 Comments

Color spaces of #4aeccf

RGB 74236207
HSL0.470.810.61
HSV169°69°93°
CMYK 0.690.000.12   0.07
XYZ44.082065.951769.4381
Yxy65.95170.24560.3675
Hunter Lab81.2107-45.22706.1523
CIE-Lab84.9718-48.19351.9384

#4aeccf color RGB value is (74,236,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11001111
Octal 112 354 317
Decimal 74 236 207
Hex 4A EC CF

RGB Percentages of Color #4aeccf

%14.31
%45.65
%40.04

CMYK Percentages of Color #4aeccf

%69
%0
%12
%7

Triadic Colors of #4aeccf

#4aeccf #cf4aec #eccf4a

Analogous Colors of #4aeccf

#4aeccf #4ab8ec #4aec7e

Monochromatic Colors of #4aeccf

#4aeccf

Complementary Color

#4aeccf #ec4a67

#4aeccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeccf Color CSS Codes

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

#4aeccf Text Font Color

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

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


#4aeccf Background Color

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

This div background color is #4aeccf


#4aeccf Border Color

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

This div border color is #4aeccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeccf


Comments

No comments written yet.

Please login to write comment.