Color Hex Logo

#4ddfca Color Hex

#4DDFCA
(77,223,202)
0 Favorites   0 Comments

Color spaces of #4ddfca

RGB 77223202
HSL0.480.700.59
HSV171°65°87°
CMYK 0.650.000.09   0.13
XYZ40.108958.617465.0774
Yxy58.61740.24490.3579
Hunter Lab76.5620-40.47193.1971
CIE-Lab81.0808-43.4178-1.0883

#4ddfca color RGB value is (77,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 11001010
Octal 115 337 312
Decimal 77 223 202
Hex 4D DF CA

RGB Percentages of Color #4ddfca

%15.34
%44.42
%40.24

CMYK Percentages of Color #4ddfca

%65
%0
%9
%13

Triadic Colors of #4ddfca

#4ddfca #ca4ddf #dfca4d

Analogous Colors of #4ddfca

#4ddfca #4dabdf #4ddf81

Monochromatic Colors of #4ddfca

#4ddfca

Complementary Color

#4ddfca #df4d62

#4ddfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfca Color CSS Codes

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

#4ddfca Text Font Color

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

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


#4ddfca Background Color

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

This div background color is #4ddfca


#4ddfca Border Color

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

This div border color is #4ddfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfca


Comments

No comments written yet.

Please login to write comment.