Color Hex Logo

#4ddfbe Color Hex

#4DDFBE
(77,223,190)
0 Favorites   0 Comments

Color spaces of #4ddfbe

RGB 77223190
HSL0.460.700.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.742558.070857.8820
Yxy58.07080.25040.3754
Hunter Lab76.2042-42.60738.3084
CIE-Lab80.7781-46.42114.8429

#4ddfbe color RGB value is (77,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 10111110
Octal 115 337 276
Decimal 77 223 190
Hex 4D DF BE

RGB Percentages of Color #4ddfbe

%15.71
%45.51
%38.78

CMYK Percentages of Color #4ddfbe

%65
%0
%15
%13

Triadic Colors of #4ddfbe

#4ddfbe #be4ddf #dfbe4d

Analogous Colors of #4ddfbe

#4ddfbe #4db7df #4ddf75

Monochromatic Colors of #4ddfbe

#4ddfbe

Complementary Color

#4ddfbe #df4d6e

#4ddfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfbe Color CSS Codes

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

#4ddfbe Text Font Color

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

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


#4ddfbe Background Color

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

This div background color is #4ddfbe


#4ddfbe Border Color

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

This div border color is #4ddfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfbe


Comments

No comments written yet.

Please login to write comment.