Color Hex Logo

#4dceed Color Hex

#4DCEED
(77,206,237)
0 Favorites   0 Comments

Color spaces of #4dceed

RGB 77206237
HSL0.530.820.62
HSV192°68°93°
CMYK 0.680.130.00   0.07
XYZ40.417951.834887.9956
Yxy51.83480.22420.2876
Hunter Lab71.9964-25.7859-22.0681
CIE-Lab77.1820-25.6516-25.6346

#4dceed color RGB value is (77,206,237).

#4dceed hex color red value is 77, green value is 206 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4dceed hue: 0.53 , saturation: 0.82 and the lightness value of 4dceed is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001110 11101101
Octal 115 316 355
Decimal 77 206 237
Hex 4D CE ED

RGB Percentages of Color #4dceed

%14.81
%39.62
%45.58

CMYK Percentages of Color #4dceed

%68
%13
%0
%7

Triadic Colors of #4dceed

#4dceed #ed4dce #ceed4d

Analogous Colors of #4dceed

#4dceed #4d7eed #4dedbc

Monochromatic Colors of #4dceed

#4dceed

Complementary Color

#4dceed #ed6c4d

#4dceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dceed Color CSS Codes

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

#4dceed Text Font Color

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

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


#4dceed Background Color

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

This div background color is #4dceed


#4dceed Border Color

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

This div border color is #4dceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dceed


Comments

No comments written yet.

Please login to write comment.