Color Hex Logo

#4cebb6 Color Hex

#4CEBB6
(76,235,182)
0 Favorites   0 Comments

Color spaces of #4cebb6

RGB 76235182
HSL0.440.800.61
HSV160°68°92°
CMYK 0.680.000.23   0.08
XYZ41.132364.330654.5051
Yxy64.33060.25710.4021
Hunter Lab80.2064-48.820815.8533
CIE-Lab84.1376-53.430513.8491

#4cebb6 color RGB value is (76,235,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 10110110
Octal 114 353 266
Decimal 76 235 182
Hex 4C EB B6

RGB Percentages of Color #4cebb6

%15.42
%47.67
%36.92

CMYK Percentages of Color #4cebb6

%68
%0
%23
%8

Triadic Colors of #4cebb6

#4cebb6 #b64ceb #ebb64c

Analogous Colors of #4cebb6

#4cebb6 #4cd1eb #4ceb67

Monochromatic Colors of #4cebb6

#4cebb6

Complementary Color

#4cebb6 #eb4c81

#4cebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebb6 Color CSS Codes

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

#4cebb6 Text Font Color

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

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


#4cebb6 Background Color

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

This div background color is #4cebb6


#4cebb6 Border Color

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

This div border color is #4cebb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebb6


Comments

No comments written yet.

Please login to write comment.