Color Hex Logo

#7bec52 Color Hex

#7BEC52
(123,236,82)
0 Favorites   0 Comments

Color spaces of #7bec52

RGB 12323682
HSL0.290.800.62
HSV104°65°93°
CMYK 0.480.000.65   0.07
XYZ39.686864.811118.4007
Yxy64.81110.32290.5274
Hunter Lab80.5053-52.889042.8021
CIE-Lab84.3863-58.985762.5054

#7bec52 color RGB value is (123,236,82).

#7bec52 hex color red value is 123, green value is 236 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7bec52 hue: 0.29 , saturation: 0.80 and the lightness value of 7bec52 is 0.62.

The process color (four color CMYK) of #7bec52 color hex is 0.48, 0.00, 0.65, 0.07. Web safe color of #7bec52 is #66ff66. Color #7bec52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101100 01010010
Octal 173 354 122
Decimal 123 236 82
Hex 7B EC 52

RGB Percentages of Color #7bec52

%27.89
%53.51
%18.59

CMYK Percentages of Color #7bec52

%48
%0
%65
%7

Triadic Colors of #7bec52

#7bec52 #527bec #ec527b

Analogous Colors of #7bec52

#7bec52 #52ec76 #c8ec52

Monochromatic Colors of #7bec52

#7bec52

Complementary Color

#7bec52 #c352ec

#7bec52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bec52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bec52 Color CSS Codes

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

#7bec52 Text Font Color

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

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


#7bec52 Background Color

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

This div background color is #7bec52


#7bec52 Border Color

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

This div border color is #7bec52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bec52


Comments

No comments written yet.

Please login to write comment.