color codes Logo

#4cedcc color codes

#4CEDCC
(76,237,204)
0 Favorites   0 Comments

Color spaces of #4cedcc

RGB 76237204
HSL0.470.820.61
HSV168°68°93°
CMYK 0.680.000.14   0.07
XYZ44.163866.464567.6280
Yxy66.46450.24780.3729
Hunter Lab81.5258-45.97387.8852
CIE-Lab85.2328-49.07933.8975

#4cedcc color RGB value is (76,237,204).

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

The process color (four color CMYK) of #4cedcc color code is 0.68, 0.00, 0.14, 0.07. Web safe color of #4cedcc is #33ffcc. Color #4cedcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 11001100
Octal 114 355 314
Decimal 76 237 204
Hex 4C ED CC

RGB Percentages of Color #4cedcc

%14.70
%45.84
%39.46

CMYK Percentages of Color #4cedcc

%68
%0
%14
%7

Triadic Colors of #4cedcc

#4cedcc #cc4ced #edcc4c

Analogous Colors of #4cedcc

#4cedcc #4cbeed #4ced7c

Monochromatic Colors of #4cedcc

#4cedcc

Complementary Color

#4cedcc #ed4c6d

#4cedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedcc Color CSS Codes

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

#4cedcc Text Font Color

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

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


#4cedcc Background Color

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

This div background color is #4cedcc


#4cedcc Border Color

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

This div border color is #4cedcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,237,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 #4cedcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedcc


Comments

No comments written yet.

Please login to write comment.