Color Hex Logo

#7fb6ce Color Hex

#7FB6CE
(127,182,206)
0 Favorites   0 Comments

Color spaces of #7fb6ce

RGB 127182206
HSL0.550.450.65
HSV198°38°81°
CMYK 0.380.120.00   0.19
XYZ36.620942.424264.6511
Yxy42.42420.25480.2952
Hunter Lab65.1339-13.6243-13.2568
CIE-Lab71.1624-11.8686-17.8203

#7fb6ce color RGB value is (127,182,206).

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

The process color (four color CMYK) of #7fb6ce color hex is 0.38, 0.12, 0.00, 0.19. Web safe color of #7fb6ce is #66cccc. Color #7fb6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110110 11001110
Octal 177 266 316
Decimal 127 182 206
Hex 7F B6 CE

RGB Percentages of Color #7fb6ce

%24.66
%35.34
%40.00

CMYK Percentages of Color #7fb6ce

%38
%12
%0
%19

Triadic Colors of #7fb6ce

#7fb6ce #ce7fb6 #b6ce7f

Analogous Colors of #7fb6ce

#7fb6ce #7f8fce #7fcebf

Monochromatic Colors of #7fb6ce

#7fb6ce

Complementary Color

#7fb6ce #ce977f

#7fb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb6ce Color CSS Codes

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

#7fb6ce Text Font Color

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

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


#7fb6ce Background Color

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

This div background color is #7fb6ce


#7fb6ce Border Color

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

This div border color is #7fb6ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,182,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 #7fb6ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb6ce


Comments

No comments written yet.

Please login to write comment.