Color Hex Logo

#4cebae Color Hex

#4CEBAE
(76,235,174)
0 Favorites   0 Comments

Color spaces of #4cebae

RGB 76235174
HSL0.440.800.61
HSV157°68°92°
CMYK 0.680.000.26   0.08
XYZ40.328864.009250.2739
Yxy64.00920.26080.4140
Hunter Lab80.0057-50.032918.7475
CIE-Lab83.9706-55.189317.7815

#4cebae color RGB value is (76,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 10101110
Octal 114 353 256
Decimal 76 235 174
Hex 4C EB AE

RGB Percentages of Color #4cebae

%15.67
%48.45
%35.88

CMYK Percentages of Color #4cebae

%68
%0
%26
%8

Triadic Colors of #4cebae

#4cebae #ae4ceb #ebae4c

Analogous Colors of #4cebae

#4cebae #4cd9eb #4ceb5f

Monochromatic Colors of #4cebae

#4cebae

Complementary Color

#4cebae #eb4c89

#4cebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebae Color CSS Codes

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

#4cebae Text Font Color

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

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


#4cebae Background Color

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

This div background color is #4cebae


#4cebae Border Color

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

This div border color is #4cebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebae


Comments

No comments written yet.

Please login to write comment.