Color Hex Logo

#4cebcf Color Hex

#4CEBCF
(76,235,207)
0 Favorites   0 Comments

Color spaces of #4cebcf

RGB 76235207
HSL0.470.800.61
HSV169°68°92°
CMYK 0.680.000.12   0.08
XYZ43.951365.458269.3497
Yxy65.45820.24590.3662
Hunter Lab80.9062-44.61805.8133
CIE-Lab84.7193-47.48811.5762

#4cebcf color RGB value is (76,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11001111
Octal 114 353 317
Decimal 76 235 207
Hex 4C EB CF

RGB Percentages of Color #4cebcf

%14.67
%45.37
%39.96

CMYK Percentages of Color #4cebcf

%68
%0
%12
%8

Triadic Colors of #4cebcf

#4cebcf #cf4ceb #ebcf4c

Analogous Colors of #4cebcf

#4cebcf #4cb8eb #4ceb80

Monochromatic Colors of #4cebcf

#4cebcf

Complementary Color

#4cebcf #eb4c68

#4cebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebcf Color CSS Codes

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

#4cebcf Text Font Color

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

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


#4cebcf Background Color

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

This div background color is #4cebcf


#4cebcf Border Color

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

This div border color is #4cebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebcf


Comments

No comments written yet.

Please login to write comment.