Color Hex Logo

#7faceb Color Hex

#7FACEB
(127,172,235)
0 Favorites   0 Comments

Color spaces of #7faceb

RGB 127172235
HSL0.600.730.71
HSV215°46°92°
CMYK 0.460.270.00   0.08
XYZ38.500340.015284.2918
Yxy40.01520.23650.2458
Hunter Lab63.2576-2.0607-34.7246
CIE-Lab69.48041.5021-36.2620

#7faceb color RGB value is (127,172,235).

#7faceb hex color red value is 127, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7faceb hue: 0.60 , saturation: 0.73 and the lightness value of 7faceb is 0.71.

The process color (four color CMYK) of #7faceb color hex is 0.46, 0.27, 0.00, 0.08. Web safe color of #7faceb is #6699ff. Color #7faceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11101011
Octal 177 254 353
Decimal 127 172 235
Hex 7F AC EB

RGB Percentages of Color #7faceb

%23.78
%32.21
%44.01

CMYK Percentages of Color #7faceb

%46
%27
%0
%8

Triadic Colors of #7faceb

#7faceb #eb7fac #aceb7f

Analogous Colors of #7faceb

#7faceb #887feb #7fe2eb

Monochromatic Colors of #7faceb

#7faceb

Complementary Color

#7faceb #ebbe7f

#7faceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faceb Color CSS Codes

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

#7faceb Text Font Color

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

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


#7faceb Background Color

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

This div background color is #7faceb


#7faceb Border Color

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

This div border color is #7faceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faceb


Comments

No comments written yet.

Please login to write comment.