Color Hex Logo

#4aecfe Color Hex

#4AECFE
(74,236,254)
0 Favorites   0 Comments

Color spaces of #4aecfe

RGB 74236254
HSL0.520.990.64
HSV186°71°100°
CMYK 0.710.070.00   0.00
XYZ50.708968.6025104.3349
Yxy68.60250.22670.3067
Hunter Lab82.8266-35.6636-16.7077
CIE-Lab86.3068-35.4518-20.7845

#4aecfe color RGB value is (74,236,254).

#4aecfe hex color red value is 74, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4aecfe hue: 0.52 , saturation: 0.99 and the lightness value of 4aecfe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101100 11111110
Octal 112 354 376
Decimal 74 236 254
Hex 4A EC FE

RGB Percentages of Color #4aecfe

%13.12
%41.84
%45.04

CMYK Percentages of Color #4aecfe

%71
%7
%0
%0

Triadic Colors of #4aecfe

#4aecfe #fe4aec #ecfe4a

Analogous Colors of #4aecfe

#4aecfe #4a92fe #4afeb6

Monochromatic Colors of #4aecfe

#4aecfe

Complementary Color

#4aecfe #fe5c4a

#4aecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aecfe Color CSS Codes

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

#4aecfe Text Font Color

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

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


#4aecfe Background Color

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

This div background color is #4aecfe


#4aecfe Border Color

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

This div border color is #4aecfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,236,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 #4aecfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aecfe


Comments

No comments written yet.

Please login to write comment.