Color Hex Logo

#4ddfce Color Hex

#4DDFCE
(77,223,206)
0 Favorites   0 Comments

Color spaces of #4ddfce

RGB 77223206
HSL0.480.700.59
HSV173°65°87°
CMYK 0.650.000.08   0.13
XYZ40.588858.809467.6046
Yxy58.80940.24300.3521
Hunter Lab76.6873-39.72681.4133
CIE-Lab81.1867-42.3843-3.0588

#4ddfce color RGB value is (77,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 11001110
Octal 115 337 316
Decimal 77 223 206
Hex 4D DF CE

RGB Percentages of Color #4ddfce

%15.22
%44.07
%40.71

CMYK Percentages of Color #4ddfce

%65
%0
%8
%13

Triadic Colors of #4ddfce

#4ddfce #ce4ddf #dfce4d

Analogous Colors of #4ddfce

#4ddfce #4da7df #4ddf85

Monochromatic Colors of #4ddfce

#4ddfce

Complementary Color

#4ddfce #df4d5e

#4ddfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfce Color CSS Codes

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

#4ddfce Text Font Color

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

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


#4ddfce Background Color

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

This div background color is #4ddfce


#4ddfce Border Color

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

This div border color is #4ddfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfce


Comments

No comments written yet.

Please login to write comment.