Color Hex Logo

#4adffa Color Hex

#4ADFFA
(74,223,250)
0 Favorites   0 Comments

Color spaces of #4adffa

RGB 74223250
HSL0.530.950.64
HSV189°70°98°
CMYK 0.700.110.00   0.02
XYZ46.467061.133399.7933
Yxy61.13330.22410.2948
Hunter Lab78.1878-30.7461-20.9421
CIE-Lab82.4504-30.4676-24.5301

#4adffa color RGB value is (74,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011111 11111010
Octal 112 337 372
Decimal 74 223 250
Hex 4A DF FA

RGB Percentages of Color #4adffa

%13.53
%40.77
%45.70

CMYK Percentages of Color #4adffa

%70
%11
%0
%2

Triadic Colors of #4adffa

#4adffa #fa4adf #dffa4a

Analogous Colors of #4adffa

#4adffa #4a87fa #4afabd

Monochromatic Colors of #4adffa

#4adffa

Complementary Color

#4adffa #fa654a

#4adffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adffa Color CSS Codes

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

#4adffa Text Font Color

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

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


#4adffa Background Color

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

This div background color is #4adffa


#4adffa Border Color

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

This div border color is #4adffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adffa


Comments

No comments written yet.

Please login to write comment.