Color Hex Logo

#4edcdf Color Hex

#4EDCDF
(78,220,223)
0 Favorites   0 Comments

Color spaces of #4edcdf

RGB 78220223
HSL0.500.690.59
HSV181°65°87°
CMYK 0.650.010.00   0.13
XYZ42.054458.133878.8165
Yxy58.13380.23490.3248
Hunter Lab76.2455-34.9752-7.9174
CIE-Lab80.8131-36.2956-12.6571

#4edcdf color RGB value is (78,220,223).

#4edcdf hex color red value is 78, green value is 220 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4edcdf hue: 0.50 , saturation: 0.69 and the lightness value of 4edcdf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011100 11011111
Octal 116 334 337
Decimal 78 220 223
Hex 4E DC DF

RGB Percentages of Color #4edcdf

%14.97
%42.23
%42.80

CMYK Percentages of Color #4edcdf

%65
%1
%0
%13

Triadic Colors of #4edcdf

#4edcdf #df4edc #dcdf4e

Analogous Colors of #4edcdf

#4edcdf #4e94df #4edf9a

Monochromatic Colors of #4edcdf

#4edcdf

Complementary Color

#4edcdf #df514e

#4edcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edcdf Color CSS Codes

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

#4edcdf Text Font Color

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

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


#4edcdf Background Color

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

This div background color is #4edcdf


#4edcdf Border Color

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

This div border color is #4edcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edcdf


Comments

No comments written yet.

Please login to write comment.