Color Hex Logo

#7f9ccb Color Hex

#7F9CCB
(127,156,203)
0 Favorites   0 Comments

Color spaces of #7f9ccb

RGB 127156203
HSL0.600.420.65
HSV217°37°80°
CMYK 0.370.230.00   0.20
XYZ31.420432.600861.1365
Yxy32.60080.25100.2605
Hunter Lab57.0971-1.6918-23.5166
CIE-Lab63.83641.6003-27.3484

#7f9ccb color RGB value is (127,156,203).

#7f9ccb hex color red value is 127, green value is 156 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7f9ccb hue: 0.60 , saturation: 0.42 and the lightness value of 7f9ccb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011100 11001011
Octal 177 234 313
Decimal 127 156 203
Hex 7F 9C CB

RGB Percentages of Color #7f9ccb

%26.13
%32.10
%41.77

CMYK Percentages of Color #7f9ccb

%37
%23
%0
%20

Triadic Colors of #7f9ccb

#7f9ccb #cb7f9c #9ccb7f

Analogous Colors of #7f9ccb

#7f9ccb #887fcb #7fc2cb

Monochromatic Colors of #7f9ccb

#7f9ccb

Complementary Color

#7f9ccb #cbae7f

#7f9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9ccb Color CSS Codes

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

#7f9ccb Text Font Color

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

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


#7f9ccb Background Color

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

This div background color is #7f9ccb


#7f9ccb Border Color

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

This div border color is #7f9ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9ccb


Comments

No comments written yet.

Please login to write comment.