Color Hex Logo

#4ebdcc Color Hex

#4EBDCC
(78,189,204)
0 Favorites   0 Comments

Color spaces of #4ebdcc

RGB 78189204
HSL0.520.550.55
HSV187°62°80°
CMYK 0.620.070.00   0.20
XYZ32.238642.374563.6067
Yxy42.37450.23320.3066
Hunter Lab65.0957-25.5155-12.3668
CIE-Lab71.1284-26.8554-16.9689

#4ebdcc color RGB value is (78,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 11001100
Octal 116 275 314
Decimal 78 189 204
Hex 4E BD CC

RGB Percentages of Color #4ebdcc

%16.56
%40.13
%43.31

CMYK Percentages of Color #4ebdcc

%62
%7
%0
%20

Triadic Colors of #4ebdcc

#4ebdcc #cc4ebd #bdcc4e

Analogous Colors of #4ebdcc

#4ebdcc #4e7ecc #4ecc9c

Monochromatic Colors of #4ebdcc

#4ebdcc

Complementary Color

#4ebdcc #cc5d4e

#4ebdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdcc Color CSS Codes

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

#4ebdcc Text Font Color

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

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


#4ebdcc Background Color

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

This div background color is #4ebdcc


#4ebdcc Border Color

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

This div border color is #4ebdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebdcc


Comments

No comments written yet.

Please login to write comment.