Color Hex Logo

#4addfd Color Hex

#4ADDFD
(74,221,253)
0 Favorites   0 Comments

Color spaces of #4addfd

RGB 74221253
HSL0.530.980.64
HSV191°71°99°
CMYK 0.710.130.00   0.01
XYZ46.410160.2606102.1139
Yxy60.26060.22230.2886
Hunter Lab77.6277-29.1314-23.6525
CIE-Lab81.9796-28.5995-26.8360

#4addfd color RGB value is (74,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11111101
Octal 112 335 375
Decimal 74 221 253
Hex 4A DD FD

RGB Percentages of Color #4addfd

%13.50
%40.33
%46.17

CMYK Percentages of Color #4addfd

%71
%13
%0
%1

Triadic Colors of #4addfd

#4addfd #fd4add #ddfd4a

Analogous Colors of #4addfd

#4addfd #4a84fd #4afdc4

Monochromatic Colors of #4addfd

#4addfd

Complementary Color

#4addfd #fd6a4a

#4addfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addfd Color CSS Codes

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

#4addfd Text Font Color

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

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


#4addfd Background Color

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

This div background color is #4addfd


#4addfd Border Color

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

This div border color is #4addfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addfd

Related Colors


Comments

No comments written yet.

Please login to write comment.