Color Hex Logo

#7f9cec Color Hex

#7F9CEC
(127,156,236)
0 Favorites   0 Comments

Color spaces of #7f9cec

RGB 127156236
HSL0.620.740.71
HSV224°46°93°
CMYK 0.460.340.00   0.07
XYZ35.781234.345184.1003
Yxy34.34510.23200.2227
Hunter Lab58.60476.4253-44.0605
CIE-Lab65.235610.8757-43.4414

#7f9cec color RGB value is (127,156,236).

#7f9cec hex color red value is 127, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7f9cec hue: 0.62 , saturation: 0.74 and the lightness value of 7f9cec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011100 11101100
Octal 177 234 354
Decimal 127 156 236
Hex 7F 9C EC

RGB Percentages of Color #7f9cec

%24.47
%30.06
%45.47

CMYK Percentages of Color #7f9cec

%46
%34
%0
%7

Triadic Colors of #7f9cec

#7f9cec #ec7f9c #9cec7f

Analogous Colors of #7f9cec

#7f9cec #997fec #7fd3ec

Monochromatic Colors of #7f9cec

#7f9cec

Complementary Color

#7f9cec #eccf7f

#7f9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9cec Color CSS Codes

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

#7f9cec Text Font Color

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

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


#7f9cec Background Color

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

This div background color is #7f9cec


#7f9cec Border Color

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

This div border color is #7f9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9cec


Comments

No comments written yet.

Please login to write comment.