Color Hex Logo

#788aec Color Hex

#788AEC
(120,138,236)
0 Favorites   0 Comments

Color spaces of #788aec

RGB 120138236
HSL0.640.750.70
HSV231°49°93°
CMYK 0.490.420.00   0.07
XYZ31.974528.226283.1198
Yxy28.22620.22310.1969
Hunter Lab53.128314.4530-55.5700
CIE-Lab60.092519.7579-51.5927

#788aec color RGB value is (120,138,236).

#788aec hex color red value is 120, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #788aec hue: 0.64 , saturation: 0.75 and the lightness value of 788aec is 0.70.

The process color (four color CMYK) of #788aec color hex is 0.49, 0.42, 0.00, 0.07. Web safe color of #788aec is #6699ff. Color #788aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001010 11101100
Octal 170 212 354
Decimal 120 138 236
Hex 78 8A EC

RGB Percentages of Color #788aec

%24.29
%27.94
%47.77

CMYK Percentages of Color #788aec

%49
%42
%0
%7

Triadic Colors of #788aec

#788aec #ec788a #8aec78

Analogous Colors of #788aec

#788aec #a078ec #78c4ec

Monochromatic Colors of #788aec

#788aec

Complementary Color

#788aec #ecda78

#788aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#788aec Color CSS Codes

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

#788aec Text Font Color

<p style="color:#788aec">Text here</p>

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


#788aec Background Color

<div style="background-color:#788aec">
Div content here</div>

This div background color is #788aec


#788aec Border Color

<div style="border:3px solid #788aec">
Div here</div>

This div border color is #788aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,138,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788aec;
  -webkit-box-shadow: 1px 1px 3px 2px #788aec;
  box-shadow:         1px 1px 3px 2px #788aec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,138,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788aec


Comments

No comments written yet.

Please login to write comment.