Color Hex Logo

#4adacb Color Hex

#4ADACB
(74,218,203)
0 Favorites   0 Comments

Color spaces of #4adacb

RGB 74218203
HSL0.480.660.57
HSV174°66°85°
CMYK 0.660.000.07   0.15
XYZ38.674955.910565.2533
Yxy55.91050.24200.3498
Hunter Lab74.7733-38.52800.6000
CIE-Lab79.5629-41.3986-3.8571

#4adacb color RGB value is (74,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11001011
Octal 112 332 313
Decimal 74 218 203
Hex 4A DA CB

RGB Percentages of Color #4adacb

%14.95
%44.04
%41.01

CMYK Percentages of Color #4adacb

%66
%0
%7
%15

Triadic Colors of #4adacb

#4adacb #cb4ada #dacb4a

Analogous Colors of #4adacb

#4adacb #4aa1da #4ada83

Monochromatic Colors of #4adacb

#4adacb

Complementary Color

#4adacb #da4a59

#4adacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adacb Color CSS Codes

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

#4adacb Text Font Color

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

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


#4adacb Background Color

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

This div background color is #4adacb


#4adacb Border Color

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

This div border color is #4adacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adacb


Comments

No comments written yet.

Please login to write comment.