Color Hex Logo

#4adabd Color Hex

#4ADABD
(74,218,189)
0 Favorites   0 Comments

Color spaces of #4adabd

RGB 74218189
HSL0.470.660.57
HSV168°66°85°
CMYK 0.660.000.13   0.15
XYZ37.080855.272856.8585
Yxy55.27280.24850.3704
Hunter Lab74.3457-41.07596.6978
CIE-Lab79.1981-44.98873.0794

#4adabd color RGB value is (74,218,189).

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

The process color (four color CMYK) of #4adabd color hex is 0.66, 0.00, 0.13, 0.15. Web safe color of #4adabd is #33cccc. Color #4adabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10111101
Octal 112 332 275
Decimal 74 218 189
Hex 4A DA BD

RGB Percentages of Color #4adabd

%15.38
%45.32
%39.29

CMYK Percentages of Color #4adabd

%66
%0
%13
%15

Triadic Colors of #4adabd

#4adabd #bd4ada #dabd4a

Analogous Colors of #4adabd

#4adabd #4aafda #4ada75

Monochromatic Colors of #4adabd

#4adabd

Complementary Color

#4adabd #da4a67

#4adabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adabd Color CSS Codes

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

#4adabd Text Font Color

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

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


#4adabd Background Color

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

This div background color is #4adabd


#4adabd Border Color

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

This div border color is #4adabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adabd


Comments

No comments written yet.

Please login to write comment.