Color Hex Logo

#7eb1ce Color Hex

#7EB1CE
(126,177,206)
0 Favorites   0 Comments

Color spaces of #7eb1ce

RGB 126177206
HSL0.560.450.65
HSV202°39°81°
CMYK 0.390.140.00   0.19
XYZ35.466940.336164.3089
Yxy40.33610.25310.2879
Hunter Lab63.5107-11.4623-15.5777
CIE-Lab69.7082-9.4632-20.0304

#7eb1ce color RGB value is (126,177,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110001 11001110
Octal 176 261 316
Decimal 126 177 206
Hex 7E B1 CE

RGB Percentages of Color #7eb1ce

%24.75
%34.77
%40.47

CMYK Percentages of Color #7eb1ce

%39
%14
%0
%19

Triadic Colors of #7eb1ce

#7eb1ce #ce7eb1 #b1ce7e

Analogous Colors of #7eb1ce

#7eb1ce #7e89ce #7ecec3

Monochromatic Colors of #7eb1ce

#7eb1ce

Complementary Color

#7eb1ce #ce9b7e

#7eb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb1ce Color CSS Codes

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

#7eb1ce Text Font Color

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

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


#7eb1ce Background Color

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

This div background color is #7eb1ce


#7eb1ce Border Color

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

This div border color is #7eb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb1ce


Comments

No comments written yet.

Please login to write comment.