Color Hex Logo

#7bce9b Color Hex

#7BCE9B
(123,206,155)
0 Favorites   0 Comments

Color spaces of #7bce9b

RGB 123206155
HSL0.400.460.65
HSV143°40°81°
CMYK 0.400.000.25   0.19
XYZ36.156150.720138.8947
Yxy50.72010.28750.4033
Hunter Lab71.2180-34.010417.4723
CIE-Lab76.5091-36.460717.5906

#7bce9b color RGB value is (123,206,155).

#7bce9b hex color red value is 123, green value is 206 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7bce9b hue: 0.40 , saturation: 0.46 and the lightness value of 7bce9b is 0.65.

The process color (four color CMYK) of #7bce9b color hex is 0.40, 0.00, 0.25, 0.19. Web safe color of #7bce9b is #66cc99. Color #7bce9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 10011011
Octal 173 316 233
Decimal 123 206 155
Hex 7B CE 9B

RGB Percentages of Color #7bce9b

%25.41
%42.56
%32.02

CMYK Percentages of Color #7bce9b

%40
%0
%25
%19

Triadic Colors of #7bce9b

#7bce9b #9b7bce #ce9b7b

Analogous Colors of #7bce9b

#7bce9b #7bcec5 #85ce7b

Monochromatic Colors of #7bce9b

#7bce9b

Complementary Color

#7bce9b #ce7bae

#7bce9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bce9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bce9b Color CSS Codes

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

#7bce9b Text Font Color

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

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


#7bce9b Background Color

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

This div background color is #7bce9b


#7bce9b Border Color

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

This div border color is #7bce9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bce9b


Comments

No comments written yet.

Please login to write comment.