Color Hex Logo

#7eeceb Color Hex

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

Color spaces of #7eeceb

RGB 126236235
HSL0.500.740.71
HSV179°47°93°
CMYK 0.470.000.00   0.07
XYZ53.595070.424789.3658
Yxy70.42470.25120.3300
Hunter Lab83.9194-32.8603-4.3943
CIE-Lab87.2047-31.7701-9.3159

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

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

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

Base Numbers

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

RGB Percentages of Color #7eeceb

%21.11
%39.53
%39.36

CMYK Percentages of Color #7eeceb

%47
%0
%0
%7

Triadic Colors of #7eeceb

#7eeceb #eb7eec #eceb7e

Analogous Colors of #7eeceb

#7eeceb #7eb6ec #7eecb4

Monochromatic Colors of #7eeceb

#7eeceb

Complementary Color

#7eeceb #ec7e7f

#7eeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeceb Color CSS Codes

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

#7eeceb Text Font Color

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

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


#7eeceb Background Color

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

This div background color is #7eeceb


#7eeceb Border Color

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

This div border color is #7eeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeceb


Comments

No comments written yet.

Please login to write comment.