Color Hex Logo

#7bfcbb Color Hex

#7BFCBB
(123,252,187)
0 Favorites   0 Comments

Color spaces of #7bfcbb

RGB 123252187
HSL0.420.960.74
HSV150°51°99°
CMYK 0.510.000.26   0.01
XYZ51.948477.419659.2192
Yxy77.41960.27550.4105
Hunter Lab87.9884-48.593221.6877
CIE-Lab90.5144-50.310320.3914

#7bfcbb color RGB value is (123,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111100 10111011
Octal 173 374 273
Decimal 123 252 187
Hex 7B FC BB

RGB Percentages of Color #7bfcbb

%21.89
%44.84
%33.27

CMYK Percentages of Color #7bfcbb

%51
%0
%26
%1

Triadic Colors of #7bfcbb

#7bfcbb #bb7bfc #fcbb7b

Analogous Colors of #7bfcbb

#7bfcbb #7bfcfc #7cfc7b

Monochromatic Colors of #7bfcbb

#7bfcbb

Complementary Color

#7bfcbb #fc7bbc

#7bfcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfcbb Color CSS Codes

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

#7bfcbb Text Font Color

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

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


#7bfcbb Background Color

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

This div background color is #7bfcbb


#7bfcbb Border Color

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

This div border color is #7bfcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfcbb


Comments

No comments written yet.

Please login to write comment.