Color Hex Logo

#4dcbde Color Hex

#4DCBDE
(77,203,222)
0 Favorites   0 Comments

Color spaces of #4dcbde

RGB 77203222
HSL0.520.690.59
HSV188°65°87°
CMYK 0.650.090.00   0.13
XYZ37.601349.563676.6922
Yxy49.56360.22950.3025
Hunter Lab70.4014-27.8659-15.3069
CIE-Lab75.8006-28.6427-19.6713

#4dcbde color RGB value is (77,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001011 11011110
Octal 115 313 336
Decimal 77 203 222
Hex 4D CB DE

RGB Percentages of Color #4dcbde

%15.34
%40.44
%44.22

CMYK Percentages of Color #4dcbde

%65
%9
%0
%13

Triadic Colors of #4dcbde

#4dcbde #de4dcb #cbde4d

Analogous Colors of #4dcbde

#4dcbde #4d83de #4ddea9

Monochromatic Colors of #4dcbde

#4dcbde

Complementary Color

#4dcbde #de604d

#4dcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcbde Color CSS Codes

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

#4dcbde Text Font Color

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

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


#4dcbde Background Color

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

This div background color is #4dcbde


#4dcbde Border Color

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

This div border color is #4dcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcbde


Comments

No comments written yet.

Please login to write comment.