Color Hex Logo

#4affea Color Hex

#4AFFEA
(74,255,234)
0 Favorites   0 Comments

Color spaces of #4affea

RGB 74255234
HSL0.481.000.65
HSV173°71°100°
CMYK 0.710.000.08   0.00
XYZ53.435378.916490.2579
Yxy78.91640.24000.3545
Hunter Lab88.8349-48.09111.9447
CIE-Lab91.1965-49.3865-3.0547

#4affea color RGB value is (74,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11101010
Octal 112 377 352
Decimal 74 255 234
Hex 4A FF EA

RGB Percentages of Color #4affea

%13.14
%45.29
%41.56

CMYK Percentages of Color #4affea

%71
%0
%8
%0

Triadic Colors of #4affea

#4affea #ea4aff #ffea4a

Analogous Colors of #4affea

#4affea #4abaff #4aff90

Monochromatic Colors of #4affea

#4affea

Complementary Color

#4affea #ff4a5f

#4affea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4affea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4affea Color CSS Codes

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

#4affea Text Font Color

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

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


#4affea Background Color

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

This div background color is #4affea


#4affea Border Color

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

This div border color is #4affea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4affea


Comments

No comments written yet.

Please login to write comment.