Color Hex Logo

#4eccdc Color Hex

#4ECCDC
(78,204,220)
0 Favorites   0 Comments

Color spaces of #4eccdc

RGB 78204220
HSL0.520.670.58
HSV187°65°86°
CMYK 0.650.070.00   0.14
XYZ37.653049.972775.3713
Yxy49.97270.23100.3066
Hunter Lab70.6914-28.6338-13.7312
CIE-Lab76.0525-29.5602-18.2095

#4eccdc color RGB value is (78,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001100 11011100
Octal 116 314 334
Decimal 78 204 220
Hex 4E CC DC

RGB Percentages of Color #4eccdc

%15.54
%40.64
%43.82

CMYK Percentages of Color #4eccdc

%65
%7
%0
%14

Triadic Colors of #4eccdc

#4eccdc #dc4ecc #ccdc4e

Analogous Colors of #4eccdc

#4eccdc #4e85dc #4edca5

Monochromatic Colors of #4eccdc

#4eccdc

Complementary Color

#4eccdc #dc5e4e

#4eccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eccdc Color CSS Codes

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

#4eccdc Text Font Color

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

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


#4eccdc Background Color

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

This div background color is #4eccdc


#4eccdc Border Color

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

This div border color is #4eccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eccdc


Comments

No comments written yet.

Please login to write comment.