Color Hex Logo

#7eb3dc Color Hex

#7EB3DC
(126,179,220)
0 Favorites   0 Comments

Color spaces of #7eb3dc

RGB 126179220
HSL0.570.570.68
HSV206°43°86°
CMYK 0.430.190.00   0.14
XYZ37.642641.843173.8027
Yxy41.84310.24560.2730
Hunter Lab64.6862-9.3272-22.3656
CIE-Lab70.7626-6.7928-26.0940

#7eb3dc color RGB value is (126,179,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110011 11011100
Octal 176 263 334
Decimal 126 179 220
Hex 7E B3 DC

RGB Percentages of Color #7eb3dc

%24.00
%34.10
%41.90

CMYK Percentages of Color #7eb3dc

%43
%19
%0
%14

Triadic Colors of #7eb3dc

#7eb3dc #dc7eb3 #b3dc7e

Analogous Colors of #7eb3dc

#7eb3dc #7e84dc #7edcd6

Monochromatic Colors of #7eb3dc

#7eb3dc

Complementary Color

#7eb3dc #dca77e

#7eb3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb3dc Color CSS Codes

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

#7eb3dc Text Font Color

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

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


#7eb3dc Background Color

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

This div background color is #7eb3dc


#7eb3dc Border Color

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

This div border color is #7eb3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb3dc


Comments

No comments written yet.

Please login to write comment.