Color Hex Logo

#7ee1c4 Color Hex

#7EE1C4
(126,225,196)
0 Favorites   0 Comments

Color spaces of #7ee1c4

RGB 126225196
HSL0.450.620.69
HSV162°44°88°
CMYK 0.440.000.13   0.12
XYZ45.493262.271661.8464
Yxy62.27160.26820.3671
Hunter Lab78.9124-35.19098.7710
CIE-Lab83.0576-35.85625.1556

#7ee1c4 color RGB value is (126,225,196).

#7ee1c4 hex color red value is 126, green value is 225 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #7ee1c4 hue: 0.45 , saturation: 0.62 and the lightness value of 7ee1c4 is 0.69.

The process color (four color CMYK) of #7ee1c4 color hex is 0.44, 0.00, 0.13, 0.12. Web safe color of #7ee1c4 is #66cccc. Color #7ee1c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11100001 11000100
Octal 176 341 304
Decimal 126 225 196
Hex 7E E1 C4

RGB Percentages of Color #7ee1c4

%23.03
%41.13
%35.83

CMYK Percentages of Color #7ee1c4

%44
%0
%13
%12

Triadic Colors of #7ee1c4

#7ee1c4 #c47ee1 #e1c47e

Analogous Colors of #7ee1c4

#7ee1c4 #7ecde1 #7ee193

Monochromatic Colors of #7ee1c4

#7ee1c4

Complementary Color

#7ee1c4 #e17e9b

#7ee1c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ee1c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ee1c4 Color CSS Codes

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

#7ee1c4 Text Font Color

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

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


#7ee1c4 Background Color

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

This div background color is #7ee1c4


#7ee1c4 Border Color

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

This div border color is #7ee1c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ee1c4


Comments

No comments written yet.

Please login to write comment.