Color Hex Logo

#4cebc0 Color Hex

#4CEBC0
(76,235,192)
0 Favorites   0 Comments

Color spaces of #4cebc0

RGB 76235192
HSL0.450.800.61
HSV164°68°92°
CMYK 0.680.000.18   0.08
XYZ42.203264.758960.1446
Yxy64.75890.25260.3875
Hunter Lab80.4729-47.215112.0183
CIE-Lab84.3593-51.13228.9332

#4cebc0 color RGB value is (76,235,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11000000
Octal 114 353 300
Decimal 76 235 192
Hex 4C EB C0

RGB Percentages of Color #4cebc0

%15.11
%46.72
%38.17

CMYK Percentages of Color #4cebc0

%68
%0
%18
%8

Triadic Colors of #4cebc0

#4cebc0 #c04ceb #ebc04c

Analogous Colors of #4cebc0

#4cebc0 #4cc7eb #4ceb71

Monochromatic Colors of #4cebc0

#4cebc0

Complementary Color

#4cebc0 #eb4c77

#4cebc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebc0 Color CSS Codes

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

#4cebc0 Text Font Color

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

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


#4cebc0 Background Color

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

This div background color is #4cebc0


#4cebc0 Border Color

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

This div border color is #4cebc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebc0


Comments

No comments written yet.

Please login to write comment.