Color Hex Logo

#4adadb Color Hex

#4ADADB
(74,218,219)
0 Favorites   0 Comments

Color spaces of #4adadb

RGB 74218219
HSL0.500.670.57
HSV180°66°86°
CMYK 0.660.000.00   0.14
XYZ40.681656.713175.8204
Yxy56.71310.23490.3274
Hunter Lab75.3081-35.3631-6.9777
CIE-Lab80.0180-37.0598-11.7232

#4adadb color RGB value is (74,218,219).

#4adadb hex color red value is 74, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4adadb hue: 0.50 , saturation: 0.67 and the lightness value of 4adadb is 0.57.

The process color (four color CMYK) of #4adadb color hex is 0.66, 0.00, 0.00, 0.14. Web safe color of #4adadb is #33cccc. Color #4adadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11011011
Octal 112 332 333
Decimal 74 218 219
Hex 4A DA DB

RGB Percentages of Color #4adadb

%14.48
%42.66
%42.86

CMYK Percentages of Color #4adadb

%66
%0
%0
%14

Triadic Colors of #4adadb

#4adadb #db4ada #dadb4a

Analogous Colors of #4adadb

#4adadb #4a92db #4adb94

Monochromatic Colors of #4adadb

#4adadb

Complementary Color

#4adadb #db4b4a

#4adadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adadb Color CSS Codes

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

#4adadb Text Font Color

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

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


#4adadb Background Color

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

This div background color is #4adadb


#4adadb Border Color

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

This div border color is #4adadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adadb


Comments

No comments written yet.

Please login to write comment.