Color Hex Logo

#7ebbdb Color Hex

#7EBBDB
(126,187,219)
0 Favorites   0 Comments

Color spaces of #7ebbdb

RGB 126187219
HSL0.560.560.68
HSV201°42°86°
CMYK 0.420.150.00   0.14
XYZ39.160745.090773.6572
Yxy45.09070.24800.2855
Hunter Lab67.1496-13.4131-18.0312
CIE-Lab72.9516-11.3568-22.2044

#7ebbdb color RGB value is (126,187,219).

#7ebbdb hex color red value is 126, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7ebbdb hue: 0.56 , saturation: 0.56 and the lightness value of 7ebbdb is 0.68.

The process color (four color CMYK) of #7ebbdb color hex is 0.42, 0.15, 0.00, 0.14. Web safe color of #7ebbdb is #66cccc. Color #7ebbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111011 11011011
Octal 176 273 333
Decimal 126 187 219
Hex 7E BB DB

RGB Percentages of Color #7ebbdb

%23.68
%35.15
%41.17

CMYK Percentages of Color #7ebbdb

%42
%15
%0
%14

Triadic Colors of #7ebbdb

#7ebbdb #db7ebb #bbdb7e

Analogous Colors of #7ebbdb

#7ebbdb #7e8ddb #7edbcd

Monochromatic Colors of #7ebbdb

#7ebbdb

Complementary Color

#7ebbdb #db9e7e

#7ebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebbdb Color CSS Codes

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

#7ebbdb Text Font Color

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

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


#7ebbdb Background Color

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

This div background color is #7ebbdb


#7ebbdb Border Color

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

This div border color is #7ebbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebbdb


Comments

No comments written yet.

Please login to write comment.