Color Hex Logo

#7eb2db Color Hex

#7EB2DB
(126,178,219)
0 Favorites   0 Comments

Color spaces of #7eb2db

RGB 126178219
HSL0.570.560.68
HSV206°42°86°
CMYK 0.420.190.00   0.14
XYZ37.310841.390973.0406
Yxy41.39090.24590.2728
Hunter Lab64.3358-9.0685-22.2771
CIE-Lab70.4489-6.5227-26.0281

#7eb2db color RGB value is (126,178,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110010 11011011
Octal 176 262 333
Decimal 126 178 219
Hex 7E B2 DB

RGB Percentages of Color #7eb2db

%24.09
%34.03
%41.87

CMYK Percentages of Color #7eb2db

%42
%19
%0
%14

Triadic Colors of #7eb2db

#7eb2db #db7eb2 #b2db7e

Analogous Colors of #7eb2db

#7eb2db #7e84db #7edbd6

Monochromatic Colors of #7eb2db

#7eb2db

Complementary Color

#7eb2db #dba77e

#7eb2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb2db Color CSS Codes

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

#7eb2db Text Font Color

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

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


#7eb2db Background Color

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

This div background color is #7eb2db


#7eb2db Border Color

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

This div border color is #7eb2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb2db


Comments

No comments written yet.

Please login to write comment.