Color Hex Logo

#4aeff8 Color Hex

#4AEFF8
(74,239,248)
0 Favorites   0 Comments

Color spaces of #4aeff8

RGB 74239248
HSL0.510.930.63
HSV183°70°97°
CMYK 0.700.040.00   0.03
XYZ50.633869.966299.6431
Yxy69.96620.22990.3177
Hunter Lab83.6458-38.3277-12.0772
CIE-Lab86.9803-38.5549-16.6224

#4aeff8 color RGB value is (74,239,248).

#4aeff8 hex color red value is 74, green value is 239 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4aeff8 hue: 0.51 , saturation: 0.93 and the lightness value of 4aeff8 is 0.63.

The process color (four color CMYK) of #4aeff8 color hex is 0.70, 0.04, 0.00, 0.03. Web safe color of #4aeff8 is #33ffff. Color #4aeff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 11111000
Octal 112 357 370
Decimal 74 239 248
Hex 4A EF F8

RGB Percentages of Color #4aeff8

%13.19
%42.60
%44.21

CMYK Percentages of Color #4aeff8

%70
%4
%0
%3

Triadic Colors of #4aeff8

#4aeff8 #f84aef #eff84a

Analogous Colors of #4aeff8

#4aeff8 #4a98f8 #4af8aa

Monochromatic Colors of #4aeff8

#4aeff8

Complementary Color

#4aeff8 #f8534a

#4aeff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeff8 Color CSS Codes

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

#4aeff8 Text Font Color

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

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


#4aeff8 Background Color

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

This div background color is #4aeff8


#4aeff8 Border Color

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

This div border color is #4aeff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeff8


Comments

No comments written yet.

Please login to write comment.