Color Hex Logo

#7facda Color Hex

#7FACDA
(127,172,218)
0 Favorites   0 Comments

Color spaces of #7facda

RGB 127172218
HSL0.580.550.68
HSV210°42°85°
CMYK 0.420.210.00   0.15
XYZ36.159839.079071.9668
Yxy39.07900.24560.2655
Hunter Lab62.5132-6.1475-24.4969
CIE-Lab68.8085-3.2557-27.9943

#7facda color RGB value is (127,172,218).

#7facda hex color red value is 127, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7facda hue: 0.58 , saturation: 0.55 and the lightness value of 7facda is 0.68.

The process color (four color CMYK) of #7facda color hex is 0.42, 0.21, 0.00, 0.15. Web safe color of #7facda is #6699cc. Color #7facda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11011010
Octal 177 254 332
Decimal 127 172 218
Hex 7F AC DA

RGB Percentages of Color #7facda

%24.56
%33.27
%42.17

CMYK Percentages of Color #7facda

%42
%21
%0
%15

Triadic Colors of #7facda

#7facda #da7fac #acda7f

Analogous Colors of #7facda

#7facda #807fda #7fdada

Monochromatic Colors of #7facda

#7facda

Complementary Color

#7facda #daad7f

#7facda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facda Color CSS Codes

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

#7facda Text Font Color

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

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


#7facda Background Color

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

This div background color is #7facda


#7facda Border Color

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

This div border color is #7facda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facda


Comments

No comments written yet.

Please login to write comment.