Color Hex Logo

#4afffe Color Hex

#4AFFFE
(74,255,254)
0 Favorites   0 Comments

Color spaces of #4afffe

RGB 74255254
HSL0.501.000.65
HSV180°71°100°
CMYK 0.710.000.00   0.00
XYZ56.473480.1316106.2564
Yxy80.13160.23250.3299
Hunter Lab89.5163-44.0426-7.7163
CIE-Lab91.7439-44.0689-12.6134

#4afffe color RGB value is (74,255,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111111 11111110
Octal 112 377 376
Decimal 74 255 254
Hex 4A FF FE

RGB Percentages of Color #4afffe

%12.69
%43.74
%43.57

CMYK Percentages of Color #4afffe

%71
%0
%0
%0

Triadic Colors of #4afffe

#4afffe #fe4aff #fffe4a

Analogous Colors of #4afffe

#4afffe #4aa6ff #4affa4

Monochromatic Colors of #4afffe

#4afffe

Complementary Color

#4afffe #ff4a4b

#4afffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afffe Color CSS Codes

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

#4afffe Text Font Color

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

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


#4afffe Background Color

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

This div background color is #4afffe


#4afffe Border Color

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

This div border color is #4afffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afffe

Related Colors


Comments

No comments written yet.

Please login to write comment.