Color Hex Logo

#4ecde5 Color Hex

#4ECDE5
(78,205,229)
0 Favorites   0 Comments

Color spaces of #4ecde5

RGB 78205229
HSL0.530.740.60
HSV190°66°90°
CMYK 0.660.100.00   0.10
XYZ39.116150.939581.8994
Yxy50.93950.22750.2962
Hunter Lab71.3719-27.0721-18.0750
CIE-Lab76.6423-27.4066-22.1596

#4ecde5 color RGB value is (78,205,229).

#4ecde5 hex color red value is 78, green value is 205 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #4ecde5 hue: 0.53 , saturation: 0.74 and the lightness value of 4ecde5 is 0.60.

The process color (four color CMYK) of #4ecde5 color hex is 0.66, 0.10, 0.00, 0.10. Web safe color of #4ecde5 is #66cccc. Color #4ecde5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001101 11100101
Octal 116 315 345
Decimal 78 205 229
Hex 4E CD E5

RGB Percentages of Color #4ecde5

%15.23
%40.04
%44.73

CMYK Percentages of Color #4ecde5

%66
%10
%0
%10

Triadic Colors of #4ecde5

#4ecde5 #e54ecd #cde54e

Analogous Colors of #4ecde5

#4ecde5 #4e82e5 #4ee5b2

Monochromatic Colors of #4ecde5

#4ecde5

Complementary Color

#4ecde5 #e5664e

#4ecde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecde5 Color CSS Codes

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

#4ecde5 Text Font Color

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

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


#4ecde5 Background Color

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

This div background color is #4ecde5


#4ecde5 Border Color

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

This div border color is #4ecde5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,205,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecde5

#4ecde5 Color Palettes


Comments

No comments written yet.

Please login to write comment.