Color Hex Logo

#4eadcb Color Hex

#4EADCB
(78,173,203)
0 Favorites   0 Comments

Color spaces of #4eadcb

RGB 78173203
HSL0.540.550.55
HSV194°62°80°
CMYK 0.620.150.00   0.20
XYZ28.864935.818661.8923
Yxy35.81860.22800.2830
Hunter Lab59.8486-18.6449-19.4205
CIE-Lab66.3811-19.0074-23.6381

#4eadcb color RGB value is (78,173,203).

#4eadcb hex color red value is 78, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4eadcb hue: 0.54 , saturation: 0.55 and the lightness value of 4eadcb is 0.55.

The process color (four color CMYK) of #4eadcb color hex is 0.62, 0.15, 0.00, 0.20. Web safe color of #4eadcb is #6699cc. Color #4eadcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11001011
Octal 116 255 313
Decimal 78 173 203
Hex 4E AD CB

RGB Percentages of Color #4eadcb

%17.18
%38.11
%44.71

CMYK Percentages of Color #4eadcb

%62
%15
%0
%20

Triadic Colors of #4eadcb

#4eadcb #cb4ead #adcb4e

Analogous Colors of #4eadcb

#4eadcb #4e6fcb #4ecbab

Monochromatic Colors of #4eadcb

#4eadcb

Complementary Color

#4eadcb #cb6c4e

#4eadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadcb Color CSS Codes

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

#4eadcb Text Font Color

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

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


#4eadcb Background Color

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

This div background color is #4eadcb


#4eadcb Border Color

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

This div border color is #4eadcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,173,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadcb


Comments

No comments written yet.

Please login to write comment.