Color Hex Logo

#4ddfec Color Hex

#4DDFEC
(77,223,236)
0 Favorites   0 Comments

Color spaces of #4ddfec

RGB 77223236
HSL0.510.810.61
HSV185°67°93°
CMYK 0.670.060.00   0.07
XYZ44.588660.409388.6670
Yxy60.40930.23020.3119
Hunter Lab77.7234-33.6136-13.2317
CIE-Lab82.0602-34.1664-17.6965

#4ddfec color RGB value is (77,223,236).

#4ddfec hex color red value is 77, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4ddfec hue: 0.51 , saturation: 0.81 and the lightness value of 4ddfec is 0.61.

The process color (four color CMYK) of #4ddfec color hex is 0.67, 0.06, 0.00, 0.07. Web safe color of #4ddfec is #66ccff. Color #4ddfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 11101100
Octal 115 337 354
Decimal 77 223 236
Hex 4D DF EC

RGB Percentages of Color #4ddfec

%14.37
%41.60
%44.03

CMYK Percentages of Color #4ddfec

%67
%6
%0
%7

Triadic Colors of #4ddfec

#4ddfec #ec4ddf #dfec4d

Analogous Colors of #4ddfec

#4ddfec #4d90ec #4decaa

Monochromatic Colors of #4ddfec

#4ddfec

Complementary Color

#4ddfec #ec5a4d

#4ddfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfec Color CSS Codes

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

#4ddfec Text Font Color

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

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


#4ddfec Background Color

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

This div background color is #4ddfec


#4ddfec Border Color

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

This div border color is #4ddfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfec


Comments

No comments written yet.

Please login to write comment.