Color Hex Logo

#7bdf8e Color Hex

#7BDF8E
(123,223,142)
0 Favorites   0 Comments

Color spaces of #7bdf8e

RGB 123223142
HSL0.370.610.68
HSV131°45°87°
CMYK 0.450.000.36   0.13
XYZ39.438558.939334.8890
Yxy58.93930.29590.4423
Hunter Lab76.7719-42.653726.7960
CIE-Lab81.2582-46.283630.8278

#7bdf8e color RGB value is (123,223,142).

#7bdf8e hex color red value is 123, green value is 223 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7bdf8e hue: 0.37 , saturation: 0.61 and the lightness value of 7bdf8e is 0.68.

The process color (four color CMYK) of #7bdf8e color hex is 0.45, 0.00, 0.36, 0.13. Web safe color of #7bdf8e is #66cc99. Color #7bdf8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 10001110
Octal 173 337 216
Decimal 123 223 142
Hex 7B DF 8E

RGB Percentages of Color #7bdf8e

%25.20
%45.70
%29.10

CMYK Percentages of Color #7bdf8e

%45
%0
%36
%13

Triadic Colors of #7bdf8e

#7bdf8e #8e7bdf #df8e7b

Analogous Colors of #7bdf8e

#7bdf8e #7bdfc0 #9adf7b

Monochromatic Colors of #7bdf8e

#7bdf8e

Complementary Color

#7bdf8e #df7bcc

#7bdf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdf8e Color CSS Codes

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

#7bdf8e Text Font Color

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

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


#7bdf8e Background Color

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

This div background color is #7bdf8e


#7bdf8e Border Color

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

This div border color is #7bdf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdf8e


Comments

No comments written yet.

Please login to write comment.