Color Hex Logo

#7fa4ce Color Hex

#7FA4CE
(127,164,206)
0 Favorites   0 Comments

Color spaces of #7fa4ce

RGB 127164206
HSL0.590.450.65
HSV212°38°81°
CMYK 0.380.200.00   0.19
XYZ33.168435.519263.5002
Yxy35.51920.25090.2687
Hunter Lab59.5980-4.9549-21.4535
CIE-Lab66.1509-2.0803-25.4574

#7fa4ce color RGB value is (127,164,206).

#7fa4ce hex color red value is 127, green value is 164 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7fa4ce hue: 0.59 , saturation: 0.45 and the lightness value of 7fa4ce is 0.65.

The process color (four color CMYK) of #7fa4ce color hex is 0.38, 0.20, 0.00, 0.19. Web safe color of #7fa4ce is #6699cc. Color #7fa4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100100 11001110
Octal 177 244 316
Decimal 127 164 206
Hex 7F A4 CE

RGB Percentages of Color #7fa4ce

%25.55
%33.00
%41.45

CMYK Percentages of Color #7fa4ce

%38
%20
%0
%19

Triadic Colors of #7fa4ce

#7fa4ce #ce7fa4 #a4ce7f

Analogous Colors of #7fa4ce

#7fa4ce #827fce #7fccce

Monochromatic Colors of #7fa4ce

#7fa4ce

Complementary Color

#7fa4ce #cea97f

#7fa4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa4ce Color CSS Codes

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

#7fa4ce Text Font Color

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

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


#7fa4ce Background Color

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

This div background color is #7fa4ce


#7fa4ce Border Color

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

This div border color is #7fa4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa4ce


Comments

No comments written yet.

Please login to write comment.