Color Hex Logo

#7c8aec Color Hex

#7C8AEC
(124,138,236)
0 Favorites   0 Comments

Color spaces of #7c8aec

RGB 124138236
HSL0.650.750.71
HSV233°47°93°
CMYK 0.470.420.00   0.07
XYZ32.541028.518283.1463
Yxy28.51820.22570.1978
Hunter Lab53.402415.3155-54.9314
CIE-Lab60.354020.6725-51.1613

#7c8aec color RGB value is (124,138,236).

#7c8aec hex color red value is 124, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7c8aec hue: 0.65 , saturation: 0.75 and the lightness value of 7c8aec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001010 11101100
Octal 174 212 354
Decimal 124 138 236
Hex 7C 8A EC

RGB Percentages of Color #7c8aec

%24.90
%27.71
%47.39

CMYK Percentages of Color #7c8aec

%47
%42
%0
%7

Triadic Colors of #7c8aec

#7c8aec #ec7c8a #8aec7c

Analogous Colors of #7c8aec

#7c8aec #a67cec #7cc2ec

Monochromatic Colors of #7c8aec

#7c8aec

Complementary Color

#7c8aec #ecde7c

#7c8aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8aec Color CSS Codes

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

#7c8aec Text Font Color

<p style="color:#7c8aec">Text here</p>

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


#7c8aec Background Color

<div style="background-color:#7c8aec">
Div content here</div>

This div background color is #7c8aec


#7c8aec Border Color

<div style="border:3px solid #7c8aec">
Div here</div>

This div border color is #7c8aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8aec


Comments

No comments written yet.

Please login to write comment.