Color Hex Logo

#7beb95 Color Hex

#7BEB95
(123,235,149)
0 Favorites   0 Comments

Color spaces of #7beb95

RGB 123235149
HSL0.370.740.70
HSV134°48°92°
CMYK 0.480.000.37   0.08
XYZ43.301565.797538.8517
Yxy65.79750.29270.4447
Hunter Lab81.1157-46.664828.3830
CIE-Lab84.8930-50.151832.0978

#7beb95 color RGB value is (123,235,149).

#7beb95 hex color red value is 123, green value is 235 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #7beb95 hue: 0.37 , saturation: 0.74 and the lightness value of 7beb95 is 0.70.

The process color (four color CMYK) of #7beb95 color hex is 0.48, 0.00, 0.37, 0.08. Web safe color of #7beb95 is #66ff99. Color #7beb95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 10010101
Octal 173 353 225
Decimal 123 235 149
Hex 7B EB 95

RGB Percentages of Color #7beb95

%24.26
%46.35
%29.39

CMYK Percentages of Color #7beb95

%48
%0
%37
%8

Triadic Colors of #7beb95

#7beb95 #957beb #eb957b

Analogous Colors of #7beb95

#7beb95 #7bebcd #99eb7b

Monochromatic Colors of #7beb95

#7beb95

Complementary Color

#7beb95 #eb7bd1

#7beb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beb95 Color CSS Codes

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

#7beb95 Text Font Color

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

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


#7beb95 Background Color

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

This div background color is #7beb95


#7beb95 Border Color

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

This div border color is #7beb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beb95


Comments

No comments written yet.

Please login to write comment.