Color Hex Logo

#4cebbb Color Hex

#4CEBBB
(76,235,187)
0 Favorites   0 Comments

Color spaces of #4cebbb

RGB 76235187
HSL0.450.800.61
HSV162°68°92°
CMYK 0.680.000.20   0.08
XYZ41.658564.541057.2757
Yxy64.54100.25480.3948
Hunter Lab80.3374-48.030313.9660
CIE-Lab84.2467-52.294611.3908

#4cebbb color RGB value is (76,235,187).

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

The process color (four color CMYK) of #4cebbb color hex is 0.68, 0.00, 0.20, 0.08. Web safe color of #4cebbb is #33ffcc. Color #4cebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 10111011
Octal 114 353 273
Decimal 76 235 187
Hex 4C EB BB

RGB Percentages of Color #4cebbb

%15.26
%47.19
%37.55

CMYK Percentages of Color #4cebbb

%68
%0
%20
%8

Triadic Colors of #4cebbb

#4cebbb #bb4ceb #ebbb4c

Analogous Colors of #4cebbb

#4cebbb #4ccceb #4ceb6c

Monochromatic Colors of #4cebbb

#4cebbb

Complementary Color

#4cebbb #eb4c7c

#4cebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebbb Color CSS Codes

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

#4cebbb Text Font Color

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

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


#4cebbb Background Color

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

This div background color is #4cebbb


#4cebbb Border Color

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

This div border color is #4cebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebbb


Comments

No comments written yet.

Please login to write comment.