Color Hex Logo

#7edfbd Color Hex

#7EDFBD
(126,223,189)
0 Favorites   0 Comments

Color spaces of #7edfbd

RGB 126223189
HSL0.440.600.68
HSV159°43°87°
CMYK 0.430.000.15   0.13
XYZ44.177260.885157.5677
Yxy60.88510.27160.3744
Hunter Lab78.0289-35.490210.8776
CIE-Lab82.3169-36.47187.7898

#7edfbd color RGB value is (126,223,189).

#7edfbd hex color red value is 126, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7edfbd hue: 0.44 , saturation: 0.60 and the lightness value of 7edfbd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 10111101
Octal 176 337 275
Decimal 126 223 189
Hex 7E DF BD

RGB Percentages of Color #7edfbd

%23.42
%41.45
%35.13

CMYK Percentages of Color #7edfbd

%43
%0
%15
%13

Triadic Colors of #7edfbd

#7edfbd #bd7edf #dfbd7e

Analogous Colors of #7edfbd

#7edfbd #7ed1df #7edf8d

Monochromatic Colors of #7edfbd

#7edfbd

Complementary Color

#7edfbd #df7ea0

#7edfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfbd Color CSS Codes

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

#7edfbd Text Font Color

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

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


#7edfbd Background Color

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

This div background color is #7edfbd


#7edfbd Border Color

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

This div border color is #7edfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfbd


Comments

No comments written yet.

Please login to write comment.