Color Hex Logo

#4cbfa4 Color Hex

#4CBFA4
(76,191,164)
0 Favorites   0 Comments

Color spaces of #4cbfa4

RGB 76191164
HSL0.460.470.52
HSV166°60°75°
CMYK 0.600.000.14   0.25
XYZ28.312141.478441.6359
Yxy41.47840.25410.3722
Hunter Lab64.4037-34.23736.7526
CIE-Lab70.5098-38.96293.9885

#4cbfa4 color RGB value is (76,191,164).

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

The process color (four color CMYK) of #4cbfa4 color hex is 0.60, 0.00, 0.14, 0.25. Web safe color of #4cbfa4 is #33cc99. Color #4cbfa4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 10100100
Octal 114 277 244
Decimal 76 191 164
Hex 4C BF A4

RGB Percentages of Color #4cbfa4

%17.63
%44.32
%38.05

CMYK Percentages of Color #4cbfa4

%60
%0
%14
%25

Triadic Colors of #4cbfa4

#4cbfa4 #a44cbf #bfa44c

Analogous Colors of #4cbfa4

#4cbfa4 #4ca1bf #4cbf6b

Monochromatic Colors of #4cbfa4

#4cbfa4

Complementary Color

#4cbfa4 #bf4c67

#4cbfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfa4 Color CSS Codes

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

#4cbfa4 Text Font Color

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

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


#4cbfa4 Background Color

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

This div background color is #4cbfa4


#4cbfa4 Border Color

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

This div border color is #4cbfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfa4


Comments

No comments written yet.

Please login to write comment.