Color Hex Logo

#7eece4 Color Hex

#7EECE4
(126,236,228)
0 Favorites   0 Comments

Color spaces of #7eece4

RGB 126236228
HSL0.490.740.71
HSV176°47°93°
CMYK 0.470.000.03   0.07
XYZ52.603270.028084.1431
Yxy70.02800.25440.3387
Hunter Lab83.6827-34.2392-1.0383
CIE-Lab87.0106-33.4972-5.9294

#7eece4 color RGB value is (126,236,228).

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

The process color (four color CMYK) of #7eece4 color hex is 0.47, 0.00, 0.03, 0.07. Web safe color of #7eece4 is #66ffcc. Color #7eece4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101100 11100100
Octal 176 354 344
Decimal 126 236 228
Hex 7E EC E4

RGB Percentages of Color #7eece4

%21.36
%40.00
%38.64

CMYK Percentages of Color #7eece4

%47
%0
%3
%7

Triadic Colors of #7eece4

#7eece4 #e47eec #ece47e

Analogous Colors of #7eece4

#7eece4 #7ebdec #7eecad

Monochromatic Colors of #7eece4

#7eece4

Complementary Color

#7eece4 #ec7e86

#7eece4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eece4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eece4 Color CSS Codes

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

#7eece4 Text Font Color

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

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


#7eece4 Background Color

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

This div background color is #7eece4


#7eece4 Border Color

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

This div border color is #7eece4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eece4


Comments

No comments written yet.

Please login to write comment.