Color Hex Logo

#4cebcc Color Hex

#4CEBCC
(76,235,204)
0 Favorites   0 Comments

Color spaces of #4cebcc

RGB 76235204
HSL0.470.800.61
HSV168°68°92°
CMYK 0.680.000.13   0.08
XYZ43.587965.312867.4361
Yxy65.31280.24720.3704
Hunter Lab80.8163-45.15557.0977
CIE-Lab84.6447-48.23503.0450

#4cebcc color RGB value is (76,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11001100
Octal 114 353 314
Decimal 76 235 204
Hex 4C EB CC

RGB Percentages of Color #4cebcc

%14.76
%45.63
%39.61

CMYK Percentages of Color #4cebcc

%68
%0
%13
%8

Triadic Colors of #4cebcc

#4cebcc #cc4ceb #ebcc4c

Analogous Colors of #4cebcc

#4cebcc #4cbbeb #4ceb7d

Monochromatic Colors of #4cebcc

#4cebcc

Complementary Color

#4cebcc #eb4c6b

#4cebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebcc Color CSS Codes

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

#4cebcc Text Font Color

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

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


#4cebcc Background Color

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

This div background color is #4cebcc


#4cebcc Border Color

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

This div border color is #4cebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebcc


Comments

No comments written yet.

Please login to write comment.