Color Hex Logo

#4acdfb Color Hex

#4ACDFB
(74,205,251)
0 Favorites   0 Comments

Color spaces of #4acdfb

RGB 74205251
HSL0.540.960.64
HSV196°71°98°
CMYK 0.710.180.00   0.02
XYZ42.067952.083599.1027
Yxy52.08350.21770.2695
Hunter Lab72.1689-22.2463-30.8991
CIE-Lab77.3307-21.2445-32.9079

#4acdfb color RGB value is (74,205,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 11111011
Octal 112 315 373
Decimal 74 205 251
Hex 4A CD FB

RGB Percentages of Color #4acdfb

%13.96
%38.68
%47.36

CMYK Percentages of Color #4acdfb

%71
%18
%0
%2

Triadic Colors of #4acdfb

#4acdfb #fb4acd #cdfb4a

Analogous Colors of #4acdfb

#4acdfb #4a75fb #4afbd1

Monochromatic Colors of #4acdfb

#4acdfb

Complementary Color

#4acdfb #fb784a

#4acdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdfb Color CSS Codes

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

#4acdfb Text Font Color

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

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


#4acdfb Background Color

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

This div background color is #4acdfb


#4acdfb Border Color

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

This div border color is #4acdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdfb


Comments

No comments written yet.

Please login to write comment.