Color Hex Logo

#4adde9 Color Hex

#4ADDE9
(74,221,233)
0 Favorites   0 Comments

Color spaces of #4adde9

RGB 74221233
HSL0.510.780.60
HSV185°68°91°
CMYK 0.680.050.00   0.09
XYZ43.388559.051986.2021
Yxy59.05190.23000.3130
Hunter Lab76.8452-33.6942-12.7176
CIE-Lab81.3201-34.4939-17.2255

#4adde9 color RGB value is (74,221,233).

#4adde9 hex color red value is 74, green value is 221 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #4adde9 hue: 0.51 , saturation: 0.78 and the lightness value of 4adde9 is 0.60.

The process color (four color CMYK) of #4adde9 color hex is 0.68, 0.05, 0.00, 0.09. Web safe color of #4adde9 is #33ccff. Color #4adde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 11101001
Octal 112 335 351
Decimal 74 221 233
Hex 4A DD E9

RGB Percentages of Color #4adde9

%14.02
%41.86
%44.13

CMYK Percentages of Color #4adde9

%68
%5
%0
%9

Triadic Colors of #4adde9

#4adde9 #e94add #dde94a

Analogous Colors of #4adde9

#4adde9 #4a8ee9 #4ae9a6

Monochromatic Colors of #4adde9

#4adde9

Complementary Color

#4adde9 #e9564a

#4adde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adde9 Color CSS Codes

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

#4adde9 Text Font Color

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

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


#4adde9 Background Color

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

This div background color is #4adde9


#4adde9 Border Color

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

This div border color is #4adde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adde9


Comments

No comments written yet.

Please login to write comment.