Color Hex Logo

#4ea3cd Color Hex

#4EA3CD
(78,163,205)
0 Favorites   0 Comments

Color spaces of #4ea3cd

RGB 78163205
HSL0.560.560.55
HSV200°62°80°
CMYK 0.620.200.00   0.20
XYZ27.258532.221962.5404
Yxy32.22190.22340.2641
Hunter Lab56.7643-13.6211-25.5880
CIE-Lab63.5259-13.0543-29.1372

#4ea3cd color RGB value is (78,163,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100011 11001101
Octal 116 243 315
Decimal 78 163 205
Hex 4E A3 CD

RGB Percentages of Color #4ea3cd

%17.49
%36.55
%45.96

CMYK Percentages of Color #4ea3cd

%62
%20
%0
%20

Triadic Colors of #4ea3cd

#4ea3cd #cd4ea3 #a3cd4e

Analogous Colors of #4ea3cd

#4ea3cd #4e64cd #4ecdb8

Monochromatic Colors of #4ea3cd

#4ea3cd

Complementary Color

#4ea3cd #cd784e

#4ea3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea3cd Color CSS Codes

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

#4ea3cd Text Font Color

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

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


#4ea3cd Background Color

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

This div background color is #4ea3cd


#4ea3cd Border Color

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

This div border color is #4ea3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea3cd


Comments

No comments written yet.

Please login to write comment.