Color Hex Logo

#7ebacf Color Hex

#7EBACF
(126,186,207)
0 Favorites   0 Comments

Color spaces of #7ebacf

RGB 126186207
HSL0.540.460.65
HSV196°39°81°
CMYK 0.390.100.00   0.19
XYZ37.425644.058465.5631
Yxy44.05840.25450.2996
Hunter Lab66.3765-15.5138-12.0999
CIE-Lab72.2675-13.9864-16.7017

#7ebacf color RGB value is (126,186,207).

#7ebacf hex color red value is 126, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7ebacf hue: 0.54 , saturation: 0.46 and the lightness value of 7ebacf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111010 11001111
Octal 176 272 317
Decimal 126 186 207
Hex 7E BA CF

RGB Percentages of Color #7ebacf

%24.28
%35.84
%39.88

CMYK Percentages of Color #7ebacf

%39
%10
%0
%19

Triadic Colors of #7ebacf

#7ebacf #cf7eba #bacf7e

Analogous Colors of #7ebacf

#7ebacf #7e92cf #7ecfbc

Monochromatic Colors of #7ebacf

#7ebacf

Complementary Color

#7ebacf #cf937e

#7ebacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebacf Color CSS Codes

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

#7ebacf Text Font Color

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

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


#7ebacf Background Color

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

This div background color is #7ebacf


#7ebacf Border Color

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

This div border color is #7ebacf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,186,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebacf


Comments

No comments written yet.

Please login to write comment.