Color Hex Logo

#4cebdc Color Hex

#4CEBDC
(76,235,220)
0 Favorites   0 Comments

Color spaces of #4cebdc

RGB 76235220
HSL0.480.800.61
HSV174°68°92°
CMYK 0.680.000.06   0.08
XYZ45.607166.120578.0689
Yxy66.12050.24030.3484
Hunter Lab81.3145-42.1846-0.0033
CIE-Lab85.0578-44.1516-4.7691

#4cebdc color RGB value is (76,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11011100
Octal 114 353 334
Decimal 76 235 220
Hex 4C EB DC

RGB Percentages of Color #4cebdc

%14.31
%44.26
%41.43

CMYK Percentages of Color #4cebdc

%68
%0
%6
%8

Triadic Colors of #4cebdc

#4cebdc #dc4ceb #ebdc4c

Analogous Colors of #4cebdc

#4cebdc #4cabeb #4ceb8d

Monochromatic Colors of #4cebdc

#4cebdc

Complementary Color

#4cebdc #eb4c5b

#4cebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebdc Color CSS Codes

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

#4cebdc Text Font Color

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

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


#4cebdc Background Color

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

This div background color is #4cebdc


#4cebdc Border Color

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

This div border color is #4cebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebdc


Comments

No comments written yet.

Please login to write comment.