Color Hex Logo

#7eb0ce Color Hex

#7EB0CE
(126,176,206)
0 Favorites   0 Comments

Color spaces of #7eb0ce

RGB 126176206
HSL0.560.450.65
HSV203°39°81°
CMYK 0.390.150.00   0.19
XYZ35.270139.942564.2433
Yxy39.94250.25290.2864
Hunter Lab63.2001-10.9846-16.0286
CIE-Lab69.4286-8.9247-20.4555

#7eb0ce color RGB value is (126,176,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110000 11001110
Octal 176 260 316
Decimal 126 176 206
Hex 7E B0 CE

RGB Percentages of Color #7eb0ce

%24.80
%34.65
%40.55

CMYK Percentages of Color #7eb0ce

%39
%15
%0
%19

Triadic Colors of #7eb0ce

#7eb0ce #ce7eb0 #b0ce7e

Analogous Colors of #7eb0ce

#7eb0ce #7e88ce #7ecec4

Monochromatic Colors of #7eb0ce

#7eb0ce

Complementary Color

#7eb0ce #ce9c7e

#7eb0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb0ce Color CSS Codes

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

#7eb0ce Text Font Color

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

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


#7eb0ce Background Color

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

This div background color is #7eb0ce


#7eb0ce Border Color

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

This div border color is #7eb0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb0ce


Comments

No comments written yet.

Please login to write comment.