Color Hex Logo

#4dbcc7 Color Hex

#4DBCC7
(77,188,199)
0 Favorites   0 Comments

Color spaces of #4dbcc7

RGB 77188199
HSL0.520.520.54
HSV185°61°78°
CMYK 0.610.060.00   0.22
XYZ31.352641.667760.4231
Yxy41.66770.23500.3122
Hunter Lab64.5505-26.2648-10.3136
CIE-Lab70.6412-27.9797-14.9716

#4dbcc7 color RGB value is (77,188,199).

#4dbcc7 hex color red value is 77, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4dbcc7 hue: 0.52 , saturation: 0.52 and the lightness value of 4dbcc7 is 0.54.

The process color (four color CMYK) of #4dbcc7 color hex is 0.61, 0.06, 0.00, 0.22. Web safe color of #4dbcc7 is #66cccc. Color #4dbcc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 11000111
Octal 115 274 307
Decimal 77 188 199
Hex 4D BC C7

RGB Percentages of Color #4dbcc7

%16.59
%40.52
%42.89

CMYK Percentages of Color #4dbcc7

%61
%6
%0
%22

Triadic Colors of #4dbcc7

#4dbcc7 #c74dbc #bcc74d

Analogous Colors of #4dbcc7

#4dbcc7 #4d7fc7 #4dc795

Monochromatic Colors of #4dbcc7

#4dbcc7

Complementary Color

#4dbcc7 #c7584d

#4dbcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbcc7 Color CSS Codes

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

#4dbcc7 Text Font Color

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

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


#4dbcc7 Background Color

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

This div background color is #4dbcc7


#4dbcc7 Border Color

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

This div border color is #4dbcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbcc7


Comments

No comments written yet.

Please login to write comment.