Color Hex Logo

#7bfebd Color Hex

#7BFEBD
(123,254,189)
0 Favorites   0 Comments

Color spaces of #7bfebd

RGB 123254189
HSL0.420.980.74
HSV150°52°100°
CMYK 0.520.000.26   0.00
XYZ52.795578.768760.5654
Yxy78.76870.27480.4100
Hunter Lab88.7517-49.131721.6659
CIE-Lab91.1295-50.751720.2242

#7bfebd color RGB value is (123,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111110 10111101
Octal 173 376 275
Decimal 123 254 189
Hex 7B FE BD

RGB Percentages of Color #7bfebd

%21.73
%44.88
%33.39

CMYK Percentages of Color #7bfebd

%52
%0
%26
%0

Triadic Colors of #7bfebd

#7bfebd #bd7bfe #febd7b

Analogous Colors of #7bfebd

#7bfebd #7bfefe #7bfe7c

Monochromatic Colors of #7bfebd

#7bfebd

Complementary Color

#7bfebd #fe7bbc

#7bfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfebd Color CSS Codes

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

#7bfebd Text Font Color

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

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


#7bfebd Background Color

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

This div background color is #7bfebd


#7bfebd Border Color

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

This div border color is #7bfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfebd


Comments

No comments written yet.

Please login to write comment.