Color Hex Logo

#7cacff Color Hex

#7CACFF
(124,172,255)
0 Favorites   0 Comments

Color spaces of #7cacff

RGB 124172255
HSL0.611.000.74
HSV218°51°100°
CMYK 0.510.330.00   0.00
XYZ41.114741.0101100.3565
Yxy41.01010.22530.2247
Hunter Lab64.03912.5329-48.0867
CIE-Lab70.18306.6647-46.0455

#7cacff color RGB value is (124,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11111111
Octal 174 254 377
Decimal 124 172 255
Hex 7C AC FF

RGB Percentages of Color #7cacff

%22.50
%31.22
%46.28

CMYK Percentages of Color #7cacff

%51
%33
%0
%0

Triadic Colors of #7cacff

#7cacff #ff7cac #acff7c

Analogous Colors of #7cacff

#7cacff #8e7cff #7ceeff

Monochromatic Colors of #7cacff

#7cacff

Complementary Color

#7cacff #ffcf7c

#7cacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacff Color CSS Codes

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

#7cacff Text Font Color

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

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


#7cacff Background Color

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

This div background color is #7cacff


#7cacff Border Color

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

This div border color is #7cacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacff

Related Colors


Comments

No comments written yet.

Please login to write comment.