Color Hex Logo

#4dc4ef Color Hex

#4DC4EF
(77,196,239)
0 Favorites   0 Comments

Color spaces of #4dc4ef

RGB 77196239
HSL0.540.840.62
HSV196°68°94°
CMYK 0.680.180.00   0.06
XYZ38.380547.289688.7663
Yxy47.28960.22000.2711
Hunter Lab68.7674-20.7185-28.3954
CIE-Lab74.3746-19.9781-31.0171

#4dc4ef color RGB value is (77,196,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000100 11101111
Octal 115 304 357
Decimal 77 196 239
Hex 4D C4 EF

RGB Percentages of Color #4dc4ef

%15.04
%38.28
%46.68

CMYK Percentages of Color #4dc4ef

%68
%18
%0
%6

Triadic Colors of #4dc4ef

#4dc4ef #ef4dc4 #c4ef4d

Analogous Colors of #4dc4ef

#4dc4ef #4d73ef #4defc9

Monochromatic Colors of #4dc4ef

#4dc4ef

Complementary Color

#4dc4ef #ef784d

#4dc4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc4ef Color CSS Codes

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

#4dc4ef Text Font Color

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

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


#4dc4ef Background Color

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

This div background color is #4dc4ef


#4dc4ef Border Color

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

This div border color is #4dc4ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,196,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 #4dc4ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc4ef


Comments

No comments written yet.

Please login to write comment.