Color Hex Logo

#4adcfa Color Hex

#4ADCFA
(74,220,250)
0 Favorites   0 Comments

Color spaces of #4adcfa

RGB 74220250
HSL0.530.950.64
HSV190°70°98°
CMYK 0.700.120.00   0.02
XYZ45.672659.544499.5285
Yxy59.54440.22310.2908
Hunter Lab77.1650-29.3878-22.4575
CIE-Lab81.5899-29.0164-25.8416

#4adcfa color RGB value is (74,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 11111010
Octal 112 334 372
Decimal 74 220 250
Hex 4A DC FA

RGB Percentages of Color #4adcfa

%13.60
%40.44
%45.96

CMYK Percentages of Color #4adcfa

%70
%12
%0
%2

Triadic Colors of #4adcfa

#4adcfa #fa4adc #dcfa4a

Analogous Colors of #4adcfa

#4adcfa #4a84fa #4afac0

Monochromatic Colors of #4adcfa

#4adcfa

Complementary Color

#4adcfa #fa684a

#4adcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcfa Color CSS Codes

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

#4adcfa Text Font Color

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

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


#4adcfa Background Color

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

This div background color is #4adcfa


#4adcfa Border Color

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

This div border color is #4adcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcfa


Comments

No comments written yet.

Please login to write comment.