Color Hex Logo

#4cacbc Color Hex

#4CACBC
(76,172,188)
0 Favorites   0 Comments

Color spaces of #4cacbc

RGB 76172188
HSL0.520.460.52
HSV189°60°74°
CMYK 0.600.090.00   0.26
XYZ26.810134.672452.8564
Yxy34.67240.23450.3032
Hunter Lab58.8833-21.7730-12.0032
CIE-Lab65.4928-23.3506-16.6795

#4cacbc color RGB value is (76,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 10111100
Octal 114 254 274
Decimal 76 172 188
Hex 4C AC BC

RGB Percentages of Color #4cacbc

%17.43
%39.45
%43.12

CMYK Percentages of Color #4cacbc

%60
%9
%0
%26

Triadic Colors of #4cacbc

#4cacbc #bc4cac #acbc4c

Analogous Colors of #4cacbc

#4cacbc #4c74bc #4cbc94

Monochromatic Colors of #4cacbc

#4cacbc

Complementary Color

#4cacbc #bc5c4c

#4cacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacbc Color CSS Codes

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

#4cacbc Text Font Color

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

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


#4cacbc Background Color

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

This div background color is #4cacbc


#4cacbc Border Color

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

This div border color is #4cacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacbc

#4cacbc Color Palettes


Comments

No comments written yet.

Please login to write comment.