Color Hex Logo

#4aefec Color Hex

#4AEFEC
(74,239,236)
0 Favorites   0 Comments

Color spaces of #4aefec

RGB 74239236
HSL0.500.840.61
HSV179°69°94°
CMYK 0.690.000.01   0.06
XYZ48.830969.245090.1488
Yxy69.24500.23450.3325
Hunter Lab83.2136-40.8775-5.9819
CIE-Lab86.6252-41.8935-10.8604

#4aefec color RGB value is (74,239,236).

#4aefec hex color red value is 74, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4aefec hue: 0.50 , saturation: 0.84 and the lightness value of 4aefec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 11101100
Octal 112 357 354
Decimal 74 239 236
Hex 4A EF EC

RGB Percentages of Color #4aefec

%13.48
%43.53
%42.99

CMYK Percentages of Color #4aefec

%69
%0
%1
%6

Triadic Colors of #4aefec

#4aefec #ec4aef #efec4a

Analogous Colors of #4aefec

#4aefec #4aa0ef #4aef9a

Monochromatic Colors of #4aefec

#4aefec

Complementary Color

#4aefec #ef4a4d

#4aefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aefec Color CSS Codes

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

#4aefec Text Font Color

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

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


#4aefec Background Color

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

This div background color is #4aefec


#4aefec Border Color

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

This div border color is #4aefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aefec


Comments

No comments written yet.

Please login to write comment.