Color Hex Logo

#4cadaf Color Hex

#4CADAF
(76,173,175)
0 Favorites   0 Comments

Color spaces of #4cadaf

RGB 76173175
HSL0.500.390.49
HSV181°57°69°
CMYK 0.570.010.00   0.31
XYZ25.661934.518845.8677
Yxy34.51880.24200.3255
Hunter Lab58.7527-24.8523-5.1603
CIE-Lab65.3723-27.5808-9.6296

#4cadaf color RGB value is (76,173,175).

#4cadaf hex color red value is 76, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4cadaf hue: 0.50 , saturation: 0.39 and the lightness value of 4cadaf is 0.49.

The process color (four color CMYK) of #4cadaf color hex is 0.57, 0.01, 0.00, 0.31. Web safe color of #4cadaf is #339999. Color #4cadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 10101111
Octal 114 255 257
Decimal 76 173 175
Hex 4C AD AF

RGB Percentages of Color #4cadaf

%17.92
%40.80
%41.27

CMYK Percentages of Color #4cadaf

%57
%1
%0
%31

Triadic Colors of #4cadaf

#4cadaf #af4cad #adaf4c

Analogous Colors of #4cadaf

#4cadaf #4c7caf #4caf80

Monochromatic Colors of #4cadaf

#4cadaf

Complementary Color

#4cadaf #af4e4c

#4cadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cadaf Color CSS Codes

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

#4cadaf Text Font Color

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

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


#4cadaf Background Color

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

This div background color is #4cadaf


#4cadaf Border Color

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

This div border color is #4cadaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,173,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cadaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cadaf;
  -webkit-box-shadow: 1px 1px 3px 2px #4cadaf;
  box-shadow:         1px 1px 3px 2px #4cadaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,173,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cadaf


Comments

No comments written yet.

Please login to write comment.