Color Hex Logo

#4ecfdc Color Hex

#4ECFDC
(78,207,220)
0 Favorites   0 Comments

Color spaces of #4ecfdc

RGB 78207220
HSL0.520.670.58
HSV185°65°86°
CMYK 0.650.060.00   0.14
XYZ38.373051.412775.6113
Yxy51.41270.23200.3108
Hunter Lab71.7026-29.9521-12.3302
CIE-Lab76.9283-31.0095-16.8870

#4ecfdc color RGB value is (78,207,220).

#4ecfdc hex color red value is 78, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4ecfdc hue: 0.52 , saturation: 0.67 and the lightness value of 4ecfdc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001111 11011100
Octal 116 317 334
Decimal 78 207 220
Hex 4E CF DC

RGB Percentages of Color #4ecfdc

%15.45
%40.99
%43.56

CMYK Percentages of Color #4ecfdc

%65
%6
%0
%14

Triadic Colors of #4ecfdc

#4ecfdc #dc4ecf #cfdc4e

Analogous Colors of #4ecfdc

#4ecfdc #4e88dc #4edca2

Monochromatic Colors of #4ecfdc

#4ecfdc

Complementary Color

#4ecfdc #dc5b4e

#4ecfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecfdc Color CSS Codes

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

#4ecfdc Text Font Color

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

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


#4ecfdc Background Color

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

This div background color is #4ecfdc


#4ecfdc Border Color

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

This div border color is #4ecfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecfdc


Comments

No comments written yet.

Please login to write comment.