Color Hex Logo

#4cacbd Color Hex

#4CACBD
(76,172,189)
0 Favorites   0 Comments

Color spaces of #4cacbd

RGB 76172189
HSL0.530.460.52
HSV189°60°74°
CMYK 0.600.090.00   0.26
XYZ26.918334.715753.4262
Yxy34.71570.23390.3017
Hunter Lab58.9200-21.5603-12.5177
CIE-Lab65.5267-23.0562-17.1838

#4cacbd color RGB value is (76,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 10111101
Octal 114 254 275
Decimal 76 172 189
Hex 4C AC BD

RGB Percentages of Color #4cacbd

%17.39
%39.36
%43.25

CMYK Percentages of Color #4cacbd

%60
%9
%0
%26

Triadic Colors of #4cacbd

#4cacbd #bd4cac #acbd4c

Analogous Colors of #4cacbd

#4cacbd #4c74bd #4cbd96

Monochromatic Colors of #4cacbd

#4cacbd

Complementary Color

#4cacbd #bd5d4c

#4cacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacbd Color CSS Codes

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

#4cacbd Text Font Color

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

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


#4cacbd Background Color

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

This div background color is #4cacbd


#4cacbd Border Color

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

This div border color is #4cacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacbd


Comments

No comments written yet.

Please login to write comment.