Color Hex Logo

#4cecdd Color Hex

#4CECDD
(76,236,221)
0 Favorites   0 Comments

Color spaces of #4cecdd

RGB 76236221
HSL0.480.810.61
HSV174°68°93°
CMYK 0.680.000.06   0.07
XYZ46.027166.747978.8644
Yxy66.74790.24020.3483
Hunter Lab81.6994-42.4121-0.0431
CIE-Lab85.3765-44.3271-4.8256

#4cecdd color RGB value is (76,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101100 11011101
Octal 114 354 335
Decimal 76 236 221
Hex 4C EC DD

RGB Percentages of Color #4cecdd

%14.26
%44.28
%41.46

CMYK Percentages of Color #4cecdd

%68
%0
%6
%7

Triadic Colors of #4cecdd

#4cecdd #dd4cec #ecdd4c

Analogous Colors of #4cecdd

#4cecdd #4cabec #4cec8d

Monochromatic Colors of #4cecdd

#4cecdd

Complementary Color

#4cecdd #ec4c5b

#4cecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cecdd Color CSS Codes

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

#4cecdd Text Font Color

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

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


#4cecdd Background Color

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

This div background color is #4cecdd


#4cecdd Border Color

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

This div border color is #4cecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cecdd


Comments

No comments written yet.

Please login to write comment.