Color Hex Logo

#4adefa Color Hex

#4ADEFA
(74,222,250)
0 Favorites   0 Comments

Color spaces of #4adefa

RGB 74222250
HSL0.530.950.64
HSV190°70°98°
CMYK 0.700.110.00   0.02
XYZ46.200660.600599.7045
Yxy60.60050.22370.2935
Hunter Lab77.8463-30.2940-21.4454
CIE-Lab82.1635-29.9853-24.9670

#4adefa color RGB value is (74,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011110 11111010
Octal 112 336 372
Decimal 74 222 250
Hex 4A DE FA

RGB Percentages of Color #4adefa

%13.55
%40.66
%45.79

CMYK Percentages of Color #4adefa

%70
%11
%0
%2

Triadic Colors of #4adefa

#4adefa #fa4ade #defa4a

Analogous Colors of #4adefa

#4adefa #4a86fa #4afabe

Monochromatic Colors of #4adefa

#4adefa

Complementary Color

#4adefa #fa664a

#4adefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adefa Color CSS Codes

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

#4adefa Text Font Color

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

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


#4adefa Background Color

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

This div background color is #4adefa


#4adefa Border Color

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

This div border color is #4adefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adefa


Comments

No comments written yet.

Please login to write comment.