Color Hex Logo

#7cacfe Color Hex

#7CACFE
(124,172,254)
0 Favorites   0 Comments

Color spaces of #7cacfe

RGB 124172254
HSL0.610.980.74
HSV218°51°100°
CMYK 0.510.320.00   0.00
XYZ40.954140.945999.5108
Yxy40.94590.22580.2257
Hunter Lab63.98902.2625-47.4110
CIE-Lab70.13806.3657-45.5748

#7cacfe color RGB value is (124,172,254).

#7cacfe hex color red value is 124, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7cacfe hue: 0.61 , saturation: 0.98 and the lightness value of 7cacfe is 0.74.

The process color (four color CMYK) of #7cacfe color hex is 0.51, 0.32, 0.00, 0.00. Web safe color of #7cacfe is #6699ff. Color #7cacfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11111110
Octal 174 254 376
Decimal 124 172 254
Hex 7C AC FE

RGB Percentages of Color #7cacfe

%22.55
%31.27
%46.18

CMYK Percentages of Color #7cacfe

%51
%32
%0
%0

Triadic Colors of #7cacfe

#7cacfe #fe7cac #acfe7c

Analogous Colors of #7cacfe

#7cacfe #8d7cfe #7cedfe

Monochromatic Colors of #7cacfe

#7cacfe

Complementary Color

#7cacfe #fece7c

#7cacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacfe Color CSS Codes

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

#7cacfe Text Font Color

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

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


#7cacfe Background Color

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

This div background color is #7cacfe


#7cacfe Border Color

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

This div border color is #7cacfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,172,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacfe

Related Colors


Comments

No comments written yet.

Please login to write comment.