Color Hex Logo

#4dbccc Color Hex

#4DBCCC
(77,188,204)
0 Favorites   0 Comments

Color spaces of #4dbccc

RGB 77188204
HSL0.520.550.55
HSV188°62°80°
CMYK 0.620.080.00   0.20
XYZ31.942941.903963.5314
Yxy41.90390.23250.3050
Hunter Lab64.7332-25.2015-12.8760
CIE-Lab70.8046-26.5294-17.4611

#4dbccc color RGB value is (77,188,204).

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

The process color (four color CMYK) of #4dbccc color hex is 0.62, 0.08, 0.00, 0.20. Web safe color of #4dbccc is #66cccc. Color #4dbccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111100 11001100
Octal 115 274 314
Decimal 77 188 204
Hex 4D BC CC

RGB Percentages of Color #4dbccc

%16.42
%40.09
%43.50

CMYK Percentages of Color #4dbccc

%62
%8
%0
%20

Triadic Colors of #4dbccc

#4dbccc #cc4dbc #bccc4d

Analogous Colors of #4dbccc

#4dbccc #4d7dcc #4dcc9d

Monochromatic Colors of #4dbccc

#4dbccc

Complementary Color

#4dbccc #cc5d4d

#4dbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbccc Color CSS Codes

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

#4dbccc Text Font Color

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

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


#4dbccc Background Color

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

This div background color is #4dbccc


#4dbccc Border Color

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

This div border color is #4dbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbccc


Comments

No comments written yet.

Please login to write comment.