Color Hex Logo

#4acdfc Color Hex

#4ACDFC
(74,205,252)
0 Favorites   0 Comments

Color spaces of #4acdfc

RGB 74205252
HSL0.540.970.64
HSV196°71°99°
CMYK 0.710.190.00   0.01
XYZ42.226052.146899.9352
Yxy52.14680.21730.2684
Hunter Lab72.2127-21.9954-31.5025
CIE-Lab77.3685-20.9307-33.3839

#4acdfc color RGB value is (74,205,252).

#4acdfc hex color red value is 74, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4acdfc hue: 0.54 , saturation: 0.97 and the lightness value of 4acdfc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11111100
Octal 112 315 374
Decimal 74 205 252
Hex 4A CD FC

RGB Percentages of Color #4acdfc

%13.94
%38.61
%47.46

CMYK Percentages of Color #4acdfc

%71
%19
%0
%1

Triadic Colors of #4acdfc

#4acdfc #fc4acd #cdfc4a

Analogous Colors of #4acdfc

#4acdfc #4a74fc #4afcd2

Monochromatic Colors of #4acdfc

#4acdfc

Complementary Color

#4acdfc #fc794a

#4acdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdfc Color CSS Codes

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

#4acdfc Text Font Color

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

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


#4acdfc Background Color

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

This div background color is #4acdfc


#4acdfc Border Color

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

This div border color is #4acdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdfc


Comments

No comments written yet.

Please login to write comment.