Color Hex Logo

#4adcff Color Hex

#4ADCFF
(74,220,255)
0 Favorites   0 Comments

Color spaces of #4adcff

RGB 74220255
HSL0.531.000.65
HSV192°71°100°
CMYK 0.710.140.00   0.00
XYZ46.467259.8622103.7132
Yxy59.86220.22120.2850
Hunter Lab77.3707-28.1953-25.3171
CIE-Lab81.7632-27.5053-28.2259

#4adcff color RGB value is (74,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11111111
Octal 112 334 377
Decimal 74 220 255
Hex 4A DC FF

RGB Percentages of Color #4adcff

%13.48
%40.07
%46.45

CMYK Percentages of Color #4adcff

%71
%14
%0
%0

Triadic Colors of #4adcff

#4adcff #ff4adc #dcff4a

Analogous Colors of #4adcff

#4adcff #4a82ff #4affc8

Monochromatic Colors of #4adcff

#4adcff

Complementary Color

#4adcff #ff6d4a

#4adcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcff Color CSS Codes

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

#4adcff Text Font Color

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

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


#4adcff Background Color

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

This div background color is #4adcff


#4adcff Border Color

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

This div border color is #4adcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcff


Comments

No comments written yet.

Please login to write comment.