Color Hex Logo

#4acfff Color Hex

#4ACFFF
(74,207,255)
0 Favorites   0 Comments

Color spaces of #4acfff

RGB 74207255
HSL0.541.000.65
HSV196°71°100°
CMYK 0.710.190.00   0.00
XYZ43.186953.3015102.6198
Yxy53.30150.21690.2677
Hunter Lab73.0079-22.1743-32.2325
CIE-Lab78.0527-21.0073-33.9294

#4acfff color RGB value is (74,207,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001111 11111111
Octal 112 317 377
Decimal 74 207 255
Hex 4A CF FF

RGB Percentages of Color #4acfff

%13.81
%38.62
%47.57

CMYK Percentages of Color #4acfff

%71
%19
%0
%0

Triadic Colors of #4acfff

#4acfff #ff4acf #cfff4a

Analogous Colors of #4acfff

#4acfff #4a75ff #4affd5

Monochromatic Colors of #4acfff

#4acfff

Complementary Color

#4acfff #ff7a4a

#4acfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acfff Color CSS Codes

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

#4acfff Text Font Color

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

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


#4acfff Background Color

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

This div background color is #4acfff


#4acfff Border Color

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

This div border color is #4acfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acfff


Comments

No comments written yet.

Please login to write comment.