Color Hex Logo

#4cbead Color Hex

#4CBEAD
(76,190,173)
0 Favorites   0 Comments

Color spaces of #4cbead

RGB 76190173
HSL0.480.470.52
HSV171°60°75°
CMYK 0.600.000.09   0.25
XYZ28.936841.380545.9973
Yxy41.38050.24880.3558
Hunter Lab64.3277-32.27802.6342
CIE-Lab70.4417-36.2311-1.0304

#4cbead color RGB value is (76,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 10101101
Octal 114 276 255
Decimal 76 190 173
Hex 4C BE AD

RGB Percentages of Color #4cbead

%17.31
%43.28
%39.41

CMYK Percentages of Color #4cbead

%60
%0
%9
%25

Triadic Colors of #4cbead

#4cbead #ad4cbe #bead4c

Analogous Colors of #4cbead

#4cbead #4c96be #4cbe74

Monochromatic Colors of #4cbead

#4cbead

Complementary Color

#4cbead #be4c5d

#4cbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbead Color CSS Codes

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

#4cbead Text Font Color

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

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


#4cbead Background Color

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

This div background color is #4cbead


#4cbead Border Color

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

This div border color is #4cbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbead


Comments

No comments written yet.

Please login to write comment.