Color Hex Logo

#4ddcdf Color Hex

#4DDCDF
(77,220,223)
0 Favorites   0 Comments

Color spaces of #4ddcdf

RGB 77220223
HSL0.500.700.59
HSV181°65°87°
CMYK 0.650.010.00   0.13
XYZ41.973158.091978.8127
Yxy58.09190.23460.3248
Hunter Lab76.2180-35.0820-7.9558
CIE-Lab80.7899-36.4410-12.6943

#4ddcdf color RGB value is (77,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011100 11011111
Octal 115 334 337
Decimal 77 220 223
Hex 4D DC DF

RGB Percentages of Color #4ddcdf

%14.81
%42.31
%42.88

CMYK Percentages of Color #4ddcdf

%65
%1
%0
%13

Triadic Colors of #4ddcdf

#4ddcdf #df4ddc #dcdf4d

Analogous Colors of #4ddcdf

#4ddcdf #4d93df #4ddf99

Monochromatic Colors of #4ddcdf

#4ddcdf

Complementary Color

#4ddcdf #df504d

#4ddcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddcdf Color CSS Codes

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

#4ddcdf Text Font Color

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

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


#4ddcdf Background Color

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

This div background color is #4ddcdf


#4ddcdf Border Color

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

This div border color is #4ddcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddcdf


Comments

No comments written yet.

Please login to write comment.