Color Hex Logo

#4afaea Color Hex

#4AFAEA
(74,250,234)
0 Favorites   0 Comments

Color spaces of #4afaea

RGB 74250234
HSL0.480.950.64
HSV175°70°98°
CMYK 0.700.000.06   0.02
XYZ51.860975.767689.7332
Yxy75.76760.23860.3486
Hunter Lab87.0446-45.9783-0.1901
CIE-Lab89.7513-47.2509-5.1815

#4afaea color RGB value is (74,250,234).

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

The process color (four color CMYK) of #4afaea color hex is 0.70, 0.00, 0.06, 0.02. Web safe color of #4afaea is #33ffff. Color #4afaea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11101010
Octal 112 372 352
Decimal 74 250 234
Hex 4A FA EA

RGB Percentages of Color #4afaea

%13.26
%44.80
%41.94

CMYK Percentages of Color #4afaea

%70
%0
%6
%2

Triadic Colors of #4afaea

#4afaea #ea4afa #faea4a

Analogous Colors of #4afaea

#4afaea #4ab2fa #4afa92

Monochromatic Colors of #4afaea

#4afaea

Complementary Color

#4afaea #fa4a5a

#4afaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afaea Color CSS Codes

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

#4afaea Text Font Color

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

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


#4afaea Background Color

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

This div background color is #4afaea


#4afaea Border Color

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

This div border color is #4afaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afaea


Comments

No comments written yet.

Please login to write comment.