Color Hex Logo

#7ebbcc Color Hex

#7EBBCC
(126,187,204)
0 Favorites   0 Comments

Color spaces of #7ebbcc

RGB 126187204
HSL0.540.430.65
HSV193°38°80°
CMYK 0.380.080.00   0.20
XYZ37.273644.335963.7199
Yxy44.33590.25650.3051
Hunter Lab66.5852-16.6020-10.1290
CIE-Lab72.4524-15.2803-14.7852

#7ebbcc color RGB value is (126,187,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11001100
Octal 176 273 314
Decimal 126 187 204
Hex 7E BB CC

RGB Percentages of Color #7ebbcc

%24.37
%36.17
%39.46

CMYK Percentages of Color #7ebbcc

%38
%8
%0
%20

Triadic Colors of #7ebbcc

#7ebbcc #cc7ebb #bbcc7e

Analogous Colors of #7ebbcc

#7ebbcc #7e94cc #7eccb6

Monochromatic Colors of #7ebbcc

#7ebbcc

Complementary Color

#7ebbcc #cc8f7e

#7ebbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbcc Color CSS Codes

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

#7ebbcc Text Font Color

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

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


#7ebbcc Background Color

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

This div background color is #7ebbcc


#7ebbcc Border Color

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

This div border color is #7ebbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbcc


Comments

No comments written yet.

Please login to write comment.