Color Hex Logo

#4cadbb Color Hex

#4CADBB
(76,173,187)
0 Favorites   0 Comments

Color spaces of #4cadbb

RGB 76173187
HSL0.520.450.52
HSV188°59°73°
CMYK 0.590.070.00   0.27
XYZ26.893735.011552.3542
Yxy35.01150.23540.3064
Hunter Lab59.1705-22.4180-11.0406
CIE-Lab65.7576-24.1515-15.7235

#4cadbb color RGB value is (76,173,187).

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

The process color (four color CMYK) of #4cadbb color hex is 0.59, 0.07, 0.00, 0.27. Web safe color of #4cadbb is #3399cc. Color #4cadbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 10111011
Octal 114 255 273
Decimal 76 173 187
Hex 4C AD BB

RGB Percentages of Color #4cadbb

%17.43
%39.68
%42.89

CMYK Percentages of Color #4cadbb

%59
%7
%0
%27

Triadic Colors of #4cadbb

#4cadbb #bb4cad #adbb4c

Analogous Colors of #4cadbb

#4cadbb #4c76bb #4cbb92

Monochromatic Colors of #4cadbb

#4cadbb

Complementary Color

#4cadbb #bb5a4c

#4cadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cadbb Color CSS Codes

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

#4cadbb Text Font Color

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

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


#4cadbb Background Color

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

This div background color is #4cadbb


#4cadbb Border Color

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

This div border color is #4cadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cadbb


Comments

No comments written yet.

Please login to write comment.