Color Hex Logo

#4cebaf Color Hex

#4CEBAF
(76,235,175)
0 Favorites   0 Comments

Color spaces of #4cebaf

RGB 76235175
HSL0.440.800.61
HSV157°68°92°
CMYK 0.680.000.26   0.08
XYZ40.426764.048350.7893
Yxy64.04830.26040.4125
Hunter Lab80.0302-49.884818.3941
CIE-Lab83.9909-54.973317.2902

#4cebaf color RGB value is (76,235,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 10101111
Octal 114 353 257
Decimal 76 235 175
Hex 4C EB AF

RGB Percentages of Color #4cebaf

%15.64
%48.35
%36.01

CMYK Percentages of Color #4cebaf

%68
%0
%26
%8

Triadic Colors of #4cebaf

#4cebaf #af4ceb #ebaf4c

Analogous Colors of #4cebaf

#4cebaf #4cd8eb #4ceb60

Monochromatic Colors of #4cebaf

#4cebaf

Complementary Color

#4cebaf #eb4c88

#4cebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebaf Color CSS Codes

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

#4cebaf Text Font Color

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

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


#4cebaf Background Color

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

This div background color is #4cebaf


#4cebaf Border Color

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

This div border color is #4cebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebaf


Comments

No comments written yet.

Please login to write comment.