Color Hex Logo

#4ecedd Color Hex

#4ECEDD
(78,206,221)
0 Favorites   0 Comments

Color spaces of #4ecedd

RGB 78206221
HSL0.520.680.59
HSV186°65°87°
CMYK 0.650.070.00   0.13
XYZ38.264350.982876.2305
Yxy50.98280.23120.3081
Hunter Lab71.4022-29.2962-13.3177
CIE-Lab76.6686-30.2392-17.8170

#4ecedd color RGB value is (78,206,221).

#4ecedd hex color red value is 78, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ecedd hue: 0.52 , saturation: 0.68 and the lightness value of 4ecedd is 0.59.

The process color (four color CMYK) of #4ecedd color hex is 0.65, 0.07, 0.00, 0.13. Web safe color of #4ecedd is #66cccc. Color #4ecedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001110 11011101
Octal 116 316 335
Decimal 78 206 221
Hex 4E CE DD

RGB Percentages of Color #4ecedd

%15.45
%40.79
%43.76

CMYK Percentages of Color #4ecedd

%65
%7
%0
%13

Triadic Colors of #4ecedd

#4ecedd #dd4ece #cedd4e

Analogous Colors of #4ecedd

#4ecedd #4e87dd #4edda5

Monochromatic Colors of #4ecedd

#4ecedd

Complementary Color

#4ecedd #dd5d4e

#4ecedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecedd Color CSS Codes

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

#4ecedd Text Font Color

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

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


#4ecedd Background Color

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

This div background color is #4ecedd


#4ecedd Border Color

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

This div border color is #4ecedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecedd


Comments

No comments written yet.

Please login to write comment.