Color Hex Logo

#7bd481 Color Hex

#7BD481
(123,212,129)
0 Favorites   0 Comments

Color spaces of #7bd481

RGB 123212129
HSL0.340.510.66
HSV124°42°83°
CMYK 0.420.000.39   0.17
XYZ35.674352.882929.0961
Yxy52.88290.30320.4495
Hunter Lab72.7206-39.695027.1820
CIE-Lab77.8058-43.666232.9127

#7bd481 color RGB value is (123,212,129).

#7bd481 hex color red value is 123, green value is 212 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #7bd481 hue: 0.34 , saturation: 0.51 and the lightness value of 7bd481 is 0.66.

The process color (four color CMYK) of #7bd481 color hex is 0.42, 0.00, 0.39, 0.17. Web safe color of #7bd481 is #66cc99. Color #7bd481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010100 10000001
Octal 173 324 201
Decimal 123 212 129
Hex 7B D4 81

RGB Percentages of Color #7bd481

%26.51
%45.69
%27.80

CMYK Percentages of Color #7bd481

%42
%0
%39
%17

Triadic Colors of #7bd481

#7bd481 #817bd4 #d4817b

Analogous Colors of #7bd481

#7bd481 #7bd4ae #a2d47b

Monochromatic Colors of #7bd481

#7bd481

Complementary Color

#7bd481 #d47bce

#7bd481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd481 Color CSS Codes

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

#7bd481 Text Font Color

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

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


#7bd481 Background Color

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

This div background color is #7bd481


#7bd481 Border Color

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

This div border color is #7bd481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd481


Comments

No comments written yet.

Please login to write comment.