Color Hex Logo

#7edbec Color Hex

#7EDBEC
(126,219,236)
0 Favorites   0 Comments

Color spaces of #7edbec

RGB 126219236
HSL0.530.740.71
HSV189°47°93°
CMYK 0.470.070.00   0.07
XYZ49.076061.154888.5744
Yxy61.15480.24690.3076
Hunter Lab78.2015-24.8336-12.4133
CIE-Lab82.4619-23.2792-16.9389

#7edbec color RGB value is (126,219,236).

#7edbec hex color red value is 126, green value is 219 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7edbec hue: 0.53 , saturation: 0.74 and the lightness value of 7edbec is 0.71.

The process color (four color CMYK) of #7edbec color hex is 0.47, 0.07, 0.00, 0.07. Web safe color of #7edbec is #66ccff. Color #7edbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11101100
Octal 176 333 354
Decimal 126 219 236
Hex 7E DB EC

RGB Percentages of Color #7edbec

%21.69
%37.69
%40.62

CMYK Percentages of Color #7edbec

%47
%7
%0
%7

Triadic Colors of #7edbec

#7edbec #ec7edb #dbec7e

Analogous Colors of #7edbec

#7edbec #7ea4ec #7eecc6

Monochromatic Colors of #7edbec

#7edbec

Complementary Color

#7edbec #ec8f7e

#7edbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbec Color CSS Codes

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

#7edbec Text Font Color

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

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


#7edbec Background Color

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

This div background color is #7edbec


#7edbec Border Color

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

This div border color is #7edbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbec


Comments

No comments written yet.

Please login to write comment.