Color Hex Logo

#4aceff Color Hex

#4ACEFF
(74,206,255)
0 Favorites   0 Comments

Color spaces of #4aceff

RGB 74206255
HSL0.551.000.65
HSV196°71°100°
CMYK 0.710.190.00   0.00
XYZ42.945352.8185102.5393
Yxy52.81850.21660.2664
Hunter Lab72.6763-21.7058-32.7790
CIE-Lab77.7677-20.4972-34.3694

#4aceff color RGB value is (74,206,255).

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

The process color (four color CMYK) of #4aceff color hex is 0.71, 0.19, 0.00, 0.00. Web safe color of #4aceff is #33ccff. Color #4aceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11111111
Octal 112 316 377
Decimal 74 206 255
Hex 4A CE FF

RGB Percentages of Color #4aceff

%13.83
%38.50
%47.66

CMYK Percentages of Color #4aceff

%71
%19
%0
%0

Triadic Colors of #4aceff

#4aceff #ff4ace #ceff4a

Analogous Colors of #4aceff

#4aceff #4a74ff #4affd6

Monochromatic Colors of #4aceff

#4aceff

Complementary Color

#4aceff #ff7b4a

#4aceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aceff Color CSS Codes

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

#4aceff Text Font Color

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

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


#4aceff Background Color

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

This div background color is #4aceff


#4aceff Border Color

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

This div border color is #4aceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aceff

Related Colors


Comments

No comments written yet.

Please login to write comment.