Color Hex Logo

#4aefcc Color Hex

#4AEFCC
(74,239,204)
0 Favorites   0 Comments

Color spaces of #4aefcc

RGB 74239204
HSL0.460.840.61
HSV167°69°94°
CMYK 0.690.000.15   0.06
XYZ44.589667.548567.8148
Yxy67.54850.24780.3754
Hunter Lab82.1879-46.98688.6102
CIE-Lab85.7802-50.19814.6843

#4aefcc color RGB value is (74,239,204).

#4aefcc hex color red value is 74, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4aefcc hue: 0.46 , saturation: 0.84 and the lightness value of 4aefcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 11001100
Octal 112 357 314
Decimal 74 239 204
Hex 4A EF CC

RGB Percentages of Color #4aefcc

%14.31
%46.23
%39.46

CMYK Percentages of Color #4aefcc

%69
%0
%15
%6

Triadic Colors of #4aefcc

#4aefcc #cc4aef #efcc4a

Analogous Colors of #4aefcc

#4aefcc #4ac0ef #4aef7a

Monochromatic Colors of #4aefcc

#4aefcc

Complementary Color

#4aefcc #ef4a6d

#4aefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aefcc Color CSS Codes

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

#4aefcc Text Font Color

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

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


#4aefcc Background Color

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

This div background color is #4aefcc


#4aefcc Border Color

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

This div border color is #4aefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aefcc


Comments

No comments written yet.

Please login to write comment.