Color Hex Logo

#7bdd9f Color Hex

#7BDD9F
(123,221,159)
0 Favorites   0 Comments

Color spaces of #7bdd9f

RGB 123221159
HSL0.390.590.67
HSV142°44°87°
CMYK 0.440.000.28   0.13
XYZ40.282858.427141.9553
Yxy58.42710.28640.4154
Hunter Lab76.4376-39.695920.9631
CIE-Lab80.9757-42.423221.6628

#7bdd9f color RGB value is (123,221,159).

#7bdd9f hex color red value is 123, green value is 221 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7bdd9f hue: 0.39 , saturation: 0.59 and the lightness value of 7bdd9f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 10011111
Octal 173 335 237
Decimal 123 221 159
Hex 7B DD 9F

RGB Percentages of Color #7bdd9f

%24.45
%43.94
%31.61

CMYK Percentages of Color #7bdd9f

%44
%0
%28
%13

Triadic Colors of #7bdd9f

#7bdd9f #9f7bdd #dd9f7b

Analogous Colors of #7bdd9f

#7bdd9f #7bddd0 #88dd7b

Monochromatic Colors of #7bdd9f

#7bdd9f

Complementary Color

#7bdd9f #dd7bb9

#7bdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdd9f Color CSS Codes

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

#7bdd9f Text Font Color

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

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


#7bdd9f Background Color

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

This div background color is #7bdd9f


#7bdd9f Border Color

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

This div border color is #7bdd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdd9f


Comments

No comments written yet.

Please login to write comment.