Color Hex Logo

#7cabfe Color Hex

#7CABFE
(124,171,254)
0 Favorites   0 Comments

Color spaces of #7cabfe

RGB 124171254
HSL0.610.980.74
HSV218°51°100°
CMYK 0.510.330.00   0.00
XYZ40.764540.566799.4476
Yxy40.56670.22550.2244
Hunter Lab63.69202.7836-47.9900
CIE-Lab69.87136.9317-45.9936

#7cabfe color RGB value is (124,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101011 11111110
Octal 174 253 376
Decimal 124 171 254
Hex 7C AB FE

RGB Percentages of Color #7cabfe

%22.59
%31.15
%46.27

CMYK Percentages of Color #7cabfe

%51
%33
%0
%0

Triadic Colors of #7cabfe

#7cabfe #fe7cab #abfe7c

Analogous Colors of #7cabfe

#7cabfe #8e7cfe #7cecfe

Monochromatic Colors of #7cabfe

#7cabfe

Complementary Color

#7cabfe #fecf7c

#7cabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cabfe Color CSS Codes

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

#7cabfe Text Font Color

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

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


#7cabfe Background Color

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

This div background color is #7cabfe


#7cabfe Border Color

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

This div border color is #7cabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cabfe


Comments

No comments written yet.

Please login to write comment.