Color Hex Logo

#4adaef Color Hex

#4ADAEF
(74,218,239)
0 Favorites   0 Comments

Color spaces of #4adaef

RGB 74218239
HSL0.520.840.61
HSV188°69°94°
CMYK 0.690.090.00   0.06
XYZ43.475457.830690.5324
Yxy57.83060.22660.3015
Hunter Lab76.0464-31.0336-17.3516
CIE-Lab80.6445-31.3250-21.4380

#4adaef color RGB value is (74,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11101111
Octal 112 332 357
Decimal 74 218 239
Hex 4A DA EF

RGB Percentages of Color #4adaef

%13.94
%41.05
%45.01

CMYK Percentages of Color #4adaef

%69
%9
%0
%6

Triadic Colors of #4adaef

#4adaef #ef4ada #daef4a

Analogous Colors of #4adaef

#4adaef #4a88ef #4aefb2

Monochromatic Colors of #4adaef

#4adaef

Complementary Color

#4adaef #ef5f4a

#4adaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaef Color CSS Codes

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

#4adaef Text Font Color

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

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


#4adaef Background Color

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

This div background color is #4adaef


#4adaef Border Color

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

This div border color is #4adaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaef


Comments

No comments written yet.

Please login to write comment.