Color Hex Logo

#7facdf Color Hex

#7FACDF
(127,172,223)
0 Favorites   0 Comments

Color spaces of #7facdf

RGB 127172223
HSL0.590.600.69
HSV212°43°87°
CMYK 0.430.230.00   0.13
XYZ36.824239.344875.4655
Yxy39.34480.24280.2595
Hunter Lab62.7254-4.9776-27.4245
CIE-Lab69.0003-1.8771-30.4421

#7facdf color RGB value is (127,172,223).

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

The process color (four color CMYK) of #7facdf color hex is 0.43, 0.23, 0.00, 0.13. Web safe color of #7facdf is #6699cc. Color #7facdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11011111
Octal 177 254 337
Decimal 127 172 223
Hex 7F AC DF

RGB Percentages of Color #7facdf

%24.33
%32.95
%42.72

CMYK Percentages of Color #7facdf

%43
%23
%0
%13

Triadic Colors of #7facdf

#7facdf #df7fac #acdf7f

Analogous Colors of #7facdf

#7facdf #827fdf #7fdcdf

Monochromatic Colors of #7facdf

#7facdf

Complementary Color

#7facdf #dfb27f

#7facdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7facdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7facdf Color CSS Codes

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

#7facdf Text Font Color

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

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


#7facdf Background Color

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

This div background color is #7facdf


#7facdf Border Color

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

This div border color is #7facdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7facdf


Comments

No comments written yet.

Please login to write comment.