Color Hex Logo

#4addfe Color Hex

#4ADDFE
(74,221,254)
0 Favorites   0 Comments

Color spaces of #4addfe

RGB 74221254
HSL0.530.990.64
HSV191°71°100°
CMYK 0.710.130.00   0.00
XYZ46.569960.3245102.9552
Yxy60.32450.22190.2875
Hunter Lab77.6688-28.8927-24.2246
CIE-Lab82.0143-28.2973-27.3125

#4addfe color RGB value is (74,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11111110
Octal 112 335 376
Decimal 74 221 254
Hex 4A DD FE

RGB Percentages of Color #4addfe

%13.48
%40.26
%46.27

CMYK Percentages of Color #4addfe

%71
%13
%0
%0

Triadic Colors of #4addfe

#4addfe #fe4add #ddfe4a

Analogous Colors of #4addfe

#4addfe #4a83fe #4afec5

Monochromatic Colors of #4addfe

#4addfe

Complementary Color

#4addfe #fe6b4a

#4addfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addfe Color CSS Codes

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

#4addfe Text Font Color

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

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


#4addfe Background Color

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

This div background color is #4addfe


#4addfe Border Color

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

This div border color is #4addfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addfe


Comments

No comments written yet.

Please login to write comment.