Color Hex Logo

#7eebec Color Hex

#7EEBEC
(126,235,236)
0 Favorites   0 Comments

Color spaces of #7eebec

RGB 126235236
HSL0.500.740.71
HSV181°47°93°
CMYK 0.470.000.00   0.07
XYZ53.452869.908490.0333
Yxy69.90840.25050.3276
Hunter Lab83.6112-32.2043-5.3161
CIE-Lab86.9519-31.0460-10.2169

#7eebec color RGB value is (126,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 11101100
Octal 176 353 354
Decimal 126 235 236
Hex 7E EB EC

RGB Percentages of Color #7eebec

%21.11
%39.36
%39.53

CMYK Percentages of Color #7eebec

%47
%0
%0
%7

Triadic Colors of #7eebec

#7eebec #ec7eeb #ebec7e

Analogous Colors of #7eebec

#7eebec #7eb4ec #7eecb6

Monochromatic Colors of #7eebec

#7eebec

Complementary Color

#7eebec #ec7f7e

#7eebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eebec Color CSS Codes

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

#7eebec Text Font Color

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

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


#7eebec Background Color

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

This div background color is #7eebec


#7eebec Border Color

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

This div border color is #7eebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eebec


Comments

No comments written yet.

Please login to write comment.