Color Hex Logo

#4adcf6 Color Hex

#4ADCF6
(74,220,246)
0 Favorites   0 Comments

Color spaces of #4adcf6

RGB 74220246
HSL0.530.910.63
HSV189°70°96°
CMYK 0.700.110.00   0.04
XYZ45.051859.296196.2596
Yxy59.29610.22460.2956
Hunter Lab77.0040-30.3240-20.2133
CIE-Lab81.4541-30.2133-23.9271

#4adcf6 color RGB value is (74,220,246).

#4adcf6 hex color red value is 74, green value is 220 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #4adcf6 hue: 0.53 , saturation: 0.91 and the lightness value of 4adcf6 is 0.63.

The process color (four color CMYK) of #4adcf6 color hex is 0.70, 0.11, 0.00, 0.04. Web safe color of #4adcf6 is #33ccff. Color #4adcf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11110110
Octal 112 334 366
Decimal 74 220 246
Hex 4A DC F6

RGB Percentages of Color #4adcf6

%13.70
%40.74
%45.56

CMYK Percentages of Color #4adcf6

%70
%11
%0
%4

Triadic Colors of #4adcf6

#4adcf6 #f64adc #dcf64a

Analogous Colors of #4adcf6

#4adcf6 #4a86f6 #4af6ba

Monochromatic Colors of #4adcf6

#4adcf6

Complementary Color

#4adcf6 #f6644a

#4adcf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcf6 Color CSS Codes

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

#4adcf6 Text Font Color

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

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


#4adcf6 Background Color

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

This div background color is #4adcf6


#4adcf6 Border Color

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

This div border color is #4adcf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcf6


Comments

No comments written yet.

Please login to write comment.