Color Hex Logo

#7facdb Color Hex

#7FACDB
(127,172,219)
0 Favorites   0 Comments

Color spaces of #7facdb

RGB 127172219
HSL0.590.560.68
HSV211°42°86°
CMYK 0.420.210.00   0.14
XYZ36.291139.131572.6582
Yxy39.13150.24510.2643
Hunter Lab62.5552-5.9156-25.0771
CIE-Lab68.8464-2.9814-28.4849

#7facdb color RGB value is (127,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11011011
Octal 177 254 333
Decimal 127 172 219
Hex 7F AC DB

RGB Percentages of Color #7facdb

%24.52
%33.20
%42.28

CMYK Percentages of Color #7facdb

%42
%21
%0
%14

Triadic Colors of #7facdb

#7facdb #db7fac #acdb7f

Analogous Colors of #7facdb

#7facdb #807fdb #7fdadb

Monochromatic Colors of #7facdb

#7facdb

Complementary Color

#7facdb #dbae7f

#7facdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facdb Color CSS Codes

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

#7facdb Text Font Color

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

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


#7facdb Background Color

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

This div background color is #7facdb


#7facdb Border Color

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

This div border color is #7facdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facdb


Comments

No comments written yet.

Please login to write comment.