Color Hex Logo

#4afeea Color Hex

#4AFEEA
(74,254,234)
0 Favorites   0 Comments

Color spaces of #4afeea

RGB 74254234
HSL0.480.990.64
HSV173°71°100°
CMYK 0.710.000.08   0.00
XYZ53.117178.280090.1519
Yxy78.28000.23980.3533
Hunter Lab88.4760-47.66941.5201
CIE-Lab90.9075-48.9618-3.4793

#4afeea color RGB value is (74,254,234).

#4afeea hex color red value is 74, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4afeea hue: 0.48 , saturation: 0.99 and the lightness value of 4afeea is 0.64.

The process color (four color CMYK) of #4afeea color hex is 0.71, 0.00, 0.08, 0.00. Web safe color of #4afeea is #33ffff. Color #4afeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111110 11101010
Octal 112 376 352
Decimal 74 254 234
Hex 4A FE EA

RGB Percentages of Color #4afeea

%13.17
%45.20
%41.64

CMYK Percentages of Color #4afeea

%71
%0
%8
%0

Triadic Colors of #4afeea

#4afeea #ea4afe #feea4a

Analogous Colors of #4afeea

#4afeea #4ab8fe #4afe90

Monochromatic Colors of #4afeea

#4afeea

Complementary Color

#4afeea #fe4a5e

#4afeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afeea Color CSS Codes

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

#4afeea Text Font Color

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

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


#4afeea Background Color

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

This div background color is #4afeea


#4afeea Border Color

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

This div border color is #4afeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afeea


Comments

No comments written yet.

Please login to write comment.