Color Hex Logo

#4adaee Color Hex

#4ADAEE
(74,218,238)
0 Favorites   0 Comments

Color spaces of #4adaee

RGB 74218238
HSL0.520.830.61
HSV187°69°93°
CMYK 0.690.080.00   0.07
XYZ43.328157.771789.7563
Yxy57.77170.22700.3027
Hunter Lab76.0077-31.2598-16.8092
CIE-Lab80.6117-31.6191-20.9556

#4adaee color RGB value is (74,218,238).

#4adaee hex color red value is 74, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #4adaee hue: 0.52 , saturation: 0.83 and the lightness value of 4adaee is 0.61.

The process color (four color CMYK) of #4adaee color hex is 0.69, 0.08, 0.00, 0.07. Web safe color of #4adaee is #33ccff. Color #4adaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11101110
Octal 112 332 356
Decimal 74 218 238
Hex 4A DA EE

RGB Percentages of Color #4adaee

%13.96
%41.13
%44.91

CMYK Percentages of Color #4adaee

%69
%8
%0
%7

Triadic Colors of #4adaee

#4adaee #ee4ada #daee4a

Analogous Colors of #4adaee

#4adaee #4a88ee #4aeeb0

Monochromatic Colors of #4adaee

#4adaee

Complementary Color

#4adaee #ee5e4a

#4adaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaee Color CSS Codes

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

#4adaee Text Font Color

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

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


#4adaee Background Color

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

This div background color is #4adaee


#4adaee Border Color

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

This div border color is #4adaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaee


Comments

No comments written yet.

Please login to write comment.