Color Hex Logo

#7bffbc Color Hex

#7BFFBC
(123,255,188)
0 Favorites   0 Comments

Color spaces of #7bffbc

RGB 123255188
HSL0.421.000.74
HSV150°52°100°
CMYK 0.520.000.26   0.00
XYZ53.005579.361860.1016
Yxy79.36180.27540.4123
Hunter Lab89.0852-49.692122.3595
CIE-Lab91.3977-51.363521.1075

#7bffbc color RGB value is (123,255,188).

#7bffbc hex color red value is 123, green value is 255 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7bffbc hue: 0.42 , saturation: 1.00 and the lightness value of 7bffbc is 0.74.

The process color (four color CMYK) of #7bffbc color hex is 0.52, 0.00, 0.26, 0.00. Web safe color of #7bffbc is #66ffcc. Color #7bffbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 10111100
Octal 173 377 274
Decimal 123 255 188
Hex 7B FF BC

RGB Percentages of Color #7bffbc

%21.73
%45.05
%33.22

CMYK Percentages of Color #7bffbc

%52
%0
%26
%0

Triadic Colors of #7bffbc

#7bffbc #bc7bff #ffbc7b

Analogous Colors of #7bffbc

#7bffbc #7bfffe #7cff7b

Monochromatic Colors of #7bffbc

#7bffbc

Complementary Color

#7bffbc #ff7bbe

#7bffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffbc Color CSS Codes

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

#7bffbc Text Font Color

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

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


#7bffbc Background Color

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

This div background color is #7bffbc


#7bffbc Border Color

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

This div border color is #7bffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.