Color Hex Logo

#4dcede Color Hex

#4DCEDE
(77,206,222)
0 Favorites   0 Comments

Color spaces of #4dcede

RGB 77206222
HSL0.520.690.59
HSV187°65°87°
CMYK 0.650.070.00   0.13
XYZ38.316750.994376.9306
Yxy50.99430.23050.3067
Hunter Lab71.4103-29.1901-13.8862
CIE-Lab76.6756-30.1007-18.3470

#4dcede color RGB value is (77,206,222).

#4dcede hex color red value is 77, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4dcede hue: 0.52 , saturation: 0.69 and the lightness value of 4dcede is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001110 11011110
Octal 115 316 336
Decimal 77 206 222
Hex 4D CE DE

RGB Percentages of Color #4dcede

%15.25
%40.79
%43.96

CMYK Percentages of Color #4dcede

%65
%7
%0
%13

Triadic Colors of #4dcede

#4dcede #de4dce #cede4d

Analogous Colors of #4dcede

#4dcede #4d86de #4ddea6

Monochromatic Colors of #4dcede

#4dcede

Complementary Color

#4dcede #de5d4d

#4dcede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcede Color CSS Codes

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

#4dcede Text Font Color

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

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


#4dcede Background Color

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

This div background color is #4dcede


#4dcede Border Color

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

This div border color is #4dcede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcede


Comments

No comments written yet.

Please login to write comment.