Color Hex Logo

#4adaca Color Hex

#4ADACA
(74,218,202)
0 Favorites   0 Comments

Color spaces of #4adaca

RGB 74218202
HSL0.480.660.57
HSV173°66°85°
CMYK 0.660.000.07   0.15
XYZ38.556155.862964.6276
Yxy55.86290.24240.3512
Hunter Lab74.7415-38.71671.0521
CIE-Lab79.5357-41.6614-3.3632

#4adaca color RGB value is (74,218,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 11001010
Octal 112 332 312
Decimal 74 218 202
Hex 4A DA CA

RGB Percentages of Color #4adaca

%14.98
%44.13
%40.89

CMYK Percentages of Color #4adaca

%66
%0
%7
%15

Triadic Colors of #4adaca

#4adaca #ca4ada #daca4a

Analogous Colors of #4adaca

#4adaca #4aa2da #4ada82

Monochromatic Colors of #4adaca

#4adaca

Complementary Color

#4adaca #da4a5a

#4adaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaca Color CSS Codes

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

#4adaca Text Font Color

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

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


#4adaca Background Color

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

This div background color is #4adaca


#4adaca Border Color

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

This div border color is #4adaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaca


Comments

No comments written yet.

Please login to write comment.