Color Hex Logo

#4cadbd Color Hex

#4CADBD
(76,173,189)
0 Favorites   0 Comments

Color spaces of #4cadbd

RGB 76173189
HSL0.520.460.52
HSV188°60°74°
CMYK 0.600.080.00   0.26
XYZ27.109435.097853.4898
Yxy35.09780.23430.3034
Hunter Lab59.2434-21.9955-12.0615
CIE-Lab65.8247-23.5656-16.7325

#4cadbd color RGB value is (76,173,189).

#4cadbd hex color red value is 76, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cadbd hue: 0.52 , saturation: 0.46 and the lightness value of 4cadbd is 0.52.

The process color (four color CMYK) of #4cadbd color hex is 0.60, 0.08, 0.00, 0.26. Web safe color of #4cadbd is #3399cc. Color #4cadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 10111101
Octal 114 255 275
Decimal 76 173 189
Hex 4C AD BD

RGB Percentages of Color #4cadbd

%17.35
%39.50
%43.15

CMYK Percentages of Color #4cadbd

%60
%8
%0
%26

Triadic Colors of #4cadbd

#4cadbd #bd4cad #adbd4c

Analogous Colors of #4cadbd

#4cadbd #4c75bd #4cbd95

Monochromatic Colors of #4cadbd

#4cadbd

Complementary Color

#4cadbd #bd5c4c

#4cadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cadbd Color CSS Codes

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

#4cadbd Text Font Color

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

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


#4cadbd Background Color

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

This div background color is #4cadbd


#4cadbd Border Color

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

This div border color is #4cadbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,173,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 #4cadbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cadbd


Comments

No comments written yet.

Please login to write comment.