Color Hex Logo

#4dccef Color Hex

#4DCCEF
(77,204,239)
0 Favorites   0 Comments

Color spaces of #4dccef

RGB 77204239
HSL0.540.840.62
HSV193°68°94°
CMYK 0.680.150.00   0.06
XYZ40.233450.995589.3839
Yxy50.99550.22280.2823
Hunter Lab71.4111-24.4017-24.2243
CIE-Lab76.6763-24.0450-27.4811

#4dccef color RGB value is (77,204,239).

#4dccef hex color red value is 77, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4dccef hue: 0.54 , saturation: 0.84 and the lightness value of 4dccef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001100 11101111
Octal 115 314 357
Decimal 77 204 239
Hex 4D CC EF

RGB Percentages of Color #4dccef

%14.81
%39.23
%45.96

CMYK Percentages of Color #4dccef

%68
%15
%0
%6

Triadic Colors of #4dccef

#4dccef #ef4dcc #ccef4d

Analogous Colors of #4dccef

#4dccef #4d7bef #4defc1

Monochromatic Colors of #4dccef

#4dccef

Complementary Color

#4dccef #ef704d

#4dccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dccef Color CSS Codes

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

#4dccef Text Font Color

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

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


#4dccef Background Color

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

This div background color is #4dccef


#4dccef Border Color

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

This div border color is #4dccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dccef


Comments

No comments written yet.

Please login to write comment.