Color Hex Logo

#4cebba Color Hex

#4CEBBA
(76,235,186)
0 Favorites   0 Comments

Color spaces of #4cebba

RGB 76235186
HSL0.450.800.61
HSV162°68°92°
CMYK 0.680.000.21   0.08
XYZ41.551764.498356.7138
Yxy64.49830.25530.3963
Hunter Lab80.3108-48.190614.3482
CIE-Lab84.2245-52.524211.8823

#4cebba color RGB value is (76,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 10111010
Octal 114 353 272
Decimal 76 235 186
Hex 4C EB BA

RGB Percentages of Color #4cebba

%15.29
%47.28
%37.42

CMYK Percentages of Color #4cebba

%68
%0
%21
%8

Triadic Colors of #4cebba

#4cebba #ba4ceb #ebba4c

Analogous Colors of #4cebba

#4cebba #4ccdeb #4ceb6b

Monochromatic Colors of #4cebba

#4cebba

Complementary Color

#4cebba #eb4c7d

#4cebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebba Color CSS Codes

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

#4cebba Text Font Color

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

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


#4cebba Background Color

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

This div background color is #4cebba


#4cebba Border Color

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

This div border color is #4cebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebba


Comments

No comments written yet.

Please login to write comment.