Color Hex Logo

#4afae4 Color Hex

#4AFAE4
(74,250,228)
0 Favorites   0 Comments

Color spaces of #4afae4

RGB 74250228
HSL0.480.950.64
HSV173°70°98°
CMYK 0.700.000.09   0.02
XYZ51.013275.428585.2693
Yxy75.42850.24100.3563
Hunter Lab86.8496-47.14052.5835
CIE-Lab89.5933-48.8082-2.2916

#4afae4 color RGB value is (74,250,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11100100
Octal 112 372 344
Decimal 74 250 228
Hex 4A FA E4

RGB Percentages of Color #4afae4

%13.41
%45.29
%41.30

CMYK Percentages of Color #4afae4

%70
%0
%9
%2

Triadic Colors of #4afae4

#4afae4 #e44afa #fae44a

Analogous Colors of #4afae4

#4afae4 #4ab8fa #4afa8c

Monochromatic Colors of #4afae4

#4afae4

Complementary Color

#4afae4 #fa4a60

#4afae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afae4 Color CSS Codes

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

#4afae4 Text Font Color

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

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


#4afae4 Background Color

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

This div background color is #4afae4


#4afae4 Border Color

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

This div border color is #4afae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afae4


Comments

No comments written yet.

Please login to write comment.