Color Hex Logo

#4cebce Color Hex

#4CEBCE
(76,235,206)
0 Favorites   0 Comments

Color spaces of #4cebce

RGB 76235206
HSL0.470.800.61
HSV169°68°92°
CMYK 0.680.000.12   0.08
XYZ43.829465.409468.7077
Yxy65.40940.24630.3676
Hunter Lab80.8761-44.79816.2439
CIE-Lab84.6943-47.73792.0656

#4cebce color RGB value is (76,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11001110
Octal 114 353 316
Decimal 76 235 206
Hex 4C EB CE

RGB Percentages of Color #4cebce

%14.70
%45.45
%39.85

CMYK Percentages of Color #4cebce

%68
%0
%12
%8

Triadic Colors of #4cebce

#4cebce #ce4ceb #ebce4c

Analogous Colors of #4cebce

#4cebce #4cb9eb #4ceb7f

Monochromatic Colors of #4cebce

#4cebce

Complementary Color

#4cebce #eb4c69

#4cebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebce Color CSS Codes

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

#4cebce Text Font Color

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

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


#4cebce Background Color

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

This div background color is #4cebce


#4cebce Border Color

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

This div border color is #4cebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebce


Comments

No comments written yet.

Please login to write comment.