Color Hex Logo

#7cacfb Color Hex

#7CACFB
(124,172,251)
0 Favorites   0 Comments

Color spaces of #7cacfb

RGB 124172251
HSL0.600.940.74
HSV217°51°98°
CMYK 0.510.310.00   0.02
XYZ40.477340.755296.9999
Yxy40.75520.22710.2287
Hunter Lab63.83981.4574-45.3990
CIE-Lab70.00415.4717-44.1594

#7cacfb color RGB value is (124,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101100 11111011
Octal 174 254 373
Decimal 124 172 251
Hex 7C AC FB

RGB Percentages of Color #7cacfb

%22.67
%31.44
%45.89

CMYK Percentages of Color #7cacfb

%51
%31
%0
%2

Triadic Colors of #7cacfb

#7cacfb #fb7cac #acfb7c

Analogous Colors of #7cacfb

#7cacfb #8c7cfb #7cecfb

Monochromatic Colors of #7cacfb

#7cacfb

Complementary Color

#7cacfb #fbcb7c

#7cacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cacfb Color CSS Codes

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

#7cacfb Text Font Color

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

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


#7cacfb Background Color

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

This div background color is #7cacfb


#7cacfb Border Color

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

This div border color is #7cacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cacfb


Comments

No comments written yet.

Please login to write comment.