Color Hex Logo

#4eaccb Color Hex

#4EACCB
(78,172,203)
0 Favorites   0 Comments

Color spaces of #4eaccb

RGB 78172203
HSL0.540.550.55
HSV195°62°80°
CMYK 0.620.150.00   0.20
XYZ28.673935.436561.8286
Yxy35.43650.22770.2814
Hunter Lab59.5286-18.1946-19.9108
CIE-Lab66.0871-18.4831-24.0881

#4eaccb color RGB value is (78,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 11001011
Octal 116 254 313
Decimal 78 172 203
Hex 4E AC CB

RGB Percentages of Color #4eaccb

%17.22
%37.97
%44.81

CMYK Percentages of Color #4eaccb

%62
%15
%0
%20

Triadic Colors of #4eaccb

#4eaccb #cb4eac #accb4e

Analogous Colors of #4eaccb

#4eaccb #4e6ecb #4ecbac

Monochromatic Colors of #4eaccb

#4eaccb

Complementary Color

#4eaccb #cb6d4e

#4eaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaccb Color CSS Codes

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

#4eaccb Text Font Color

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

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


#4eaccb Background Color

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

This div background color is #4eaccb


#4eaccb Border Color

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

This div border color is #4eaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaccb


Comments

No comments written yet.

Please login to write comment.