Color Hex Logo

#7bd055 Color Hex

#7BD055
(123,208,85)
0 Favorites   0 Comments

Color spaces of #7bd055

RGB 12320885
HSL0.280.570.57
HSV101°59°82°
CMYK 0.410.000.59   0.18
XYZ32.363949.978616.5354
Yxy49.97860.32730.5055
Hunter Lab70.6955-42.001235.6192
CIE-Lab76.0561-47.644652.0132

#7bd055 color RGB value is (123,208,85).

#7bd055 hex color red value is 123, green value is 208 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7bd055 hue: 0.28 , saturation: 0.57 and the lightness value of 7bd055 is 0.57.

The process color (four color CMYK) of #7bd055 color hex is 0.41, 0.00, 0.59, 0.18. Web safe color of #7bd055 is #66cc66. Color #7bd055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11010000 01010101
Octal 173 320 125
Decimal 123 208 85
Hex 7B D0 55

RGB Percentages of Color #7bd055

%29.57
%50.00
%20.43

CMYK Percentages of Color #7bd055

%41
%0
%59
%18

Triadic Colors of #7bd055

#7bd055 #557bd0 #d0557b

Analogous Colors of #7bd055

#7bd055 #55d06d #b9d055

Monochromatic Colors of #7bd055

#7bd055

Complementary Color

#7bd055 #aa55d0

#7bd055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bd055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bd055 Color CSS Codes

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

#7bd055 Text Font Color

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

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


#7bd055 Background Color

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

This div background color is #7bd055


#7bd055 Border Color

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

This div border color is #7bd055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bd055


Comments

No comments written yet.

Please login to write comment.