Color Hex Logo

#4dbaca Color Hex

#4DBACA
(77,186,202)
0 Favorites   0 Comments

Color spaces of #4dbaca

RGB 77186202
HSL0.520.540.55
HSV188°62°79°
CMYK 0.620.080.00   0.21
XYZ31.280140.959962.1345
Yxy40.95990.23280.3048
Hunter Lab63.9999-24.7576-12.7619
CIE-Lab70.1478-26.1196-17.3595

#4dbaca color RGB value is (77,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 11001010
Octal 115 272 312
Decimal 77 186 202
Hex 4D BA CA

RGB Percentages of Color #4dbaca

%16.56
%40.00
%43.44

CMYK Percentages of Color #4dbaca

%62
%8
%0
%21

Triadic Colors of #4dbaca

#4dbaca #ca4dba #baca4d

Analogous Colors of #4dbaca

#4dbaca #4d7cca #4dca9c

Monochromatic Colors of #4dbaca

#4dbaca

Complementary Color

#4dbaca #ca5d4d

#4dbaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaca Color CSS Codes

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

#4dbaca Text Font Color

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

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


#4dbaca Background Color

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

This div background color is #4dbaca


#4dbaca Border Color

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

This div border color is #4dbaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaca


Comments

No comments written yet.

Please login to write comment.