Color Hex Logo

#4aefff Color Hex

#4AEFFF
(74,239,255)
0 Favorites   0 Comments

Color spaces of #4aefff

RGB 74239255
HSL0.511.000.65
HSV185°71°100°
CMYK 0.710.060.00   0.00
XYZ51.740570.4088105.4710
Yxy70.40880.22730.3093
Hunter Lab83.9100-36.7759-15.7879
CIE-Lab87.1970-36.5571-19.9629

#4aefff color RGB value is (74,239,255).

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

The process color (four color CMYK) of #4aefff color hex is 0.71, 0.06, 0.00, 0.00. Web safe color of #4aefff is #33ffff. Color #4aefff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 11111111
Octal 112 357 377
Decimal 74 239 255
Hex 4A EF FF

RGB Percentages of Color #4aefff

%13.03
%42.08
%44.89

CMYK Percentages of Color #4aefff

%71
%6
%0
%0

Triadic Colors of #4aefff

#4aefff #ff4aef #efff4a

Analogous Colors of #4aefff

#4aefff #4a95ff #4affb5

Monochromatic Colors of #4aefff

#4aefff

Complementary Color

#4aefff #ff5a4a

#4aefff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aefff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aefff Color CSS Codes

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

#4aefff Text Font Color

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

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


#4aefff Background Color

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

This div background color is #4aefff


#4aefff Border Color

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

This div border color is #4aefff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aefff


Comments

No comments written yet.

Please login to write comment.