Color Hex Logo

#7def9b Color Hex

#7DEF9B
(125,239,155)
0 Favorites   0 Comments

Color spaces of #7def9b

RGB 125239155
HSL0.380.780.71
HSV136°48°94°
CMYK 0.480.000.35   0.06
XYZ45.240368.459541.8399
Yxy68.45950.29090.4401
Hunter Lab82.7403-47.196127.9366
CIE-Lab86.2357-50.280830.8654

#7def9b color RGB value is (125,239,155).

#7def9b hex color red value is 125, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7def9b hue: 0.38 , saturation: 0.78 and the lightness value of 7def9b is 0.71.

The process color (four color CMYK) of #7def9b color hex is 0.48, 0.00, 0.35, 0.06. Web safe color of #7def9b is #66ff99. Color #7def9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 10011011
Octal 175 357 233
Decimal 125 239 155
Hex 7D EF 9B

RGB Percentages of Color #7def9b

%24.08
%46.05
%29.87

CMYK Percentages of Color #7def9b

%48
%0
%35
%6

Triadic Colors of #7def9b

#7def9b #9b7def #ef9b7d

Analogous Colors of #7def9b

#7def9b #7defd4 #98ef7d

Monochromatic Colors of #7def9b

#7def9b

Complementary Color

#7def9b #ef7dd1

#7def9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7def9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7def9b Color CSS Codes

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

#7def9b Text Font Color

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

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


#7def9b Background Color

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

This div background color is #7def9b


#7def9b Border Color

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

This div border color is #7def9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,239,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7def9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7def9b;
  -webkit-box-shadow: 1px 1px 3px 2px #7def9b;
  box-shadow:         1px 1px 3px 2px #7def9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,239,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7def9b


Comments

No comments written yet.

Please login to write comment.