Color Hex Logo

#7bdf55 Color Hex

#7BDF55
(123,223,85)
0 Favorites   0 Comments

Color spaces of #7bdf55

RGB 12322385
HSL0.290.680.60
HSV103°62°87°
CMYK 0.450.000.62   0.13
XYZ36.195757.642217.8127
Yxy57.64220.32420.5163
Hunter Lab75.9225-47.765239.2353
CIE-Lab80.5395-53.700557.0635

#7bdf55 color RGB value is (123,223,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 01010101
Octal 173 337 125
Decimal 123 223 85
Hex 7B DF 55

RGB Percentages of Color #7bdf55

%28.54
%51.74
%19.72

CMYK Percentages of Color #7bdf55

%45
%0
%62
%13

Triadic Colors of #7bdf55

#7bdf55 #557bdf #df557b

Analogous Colors of #7bdf55

#7bdf55 #55df74 #c0df55

Monochromatic Colors of #7bdf55

#7bdf55

Complementary Color

#7bdf55 #b955df

#7bdf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdf55 Color CSS Codes

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

#7bdf55 Text Font Color

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

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


#7bdf55 Background Color

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

This div background color is #7bdf55


#7bdf55 Border Color

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

This div border color is #7bdf55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,223,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 #7bdf55">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdf55


Comments

No comments written yet.

Please login to write comment.