Color Hex Logo

#7befbd Color Hex

#7BEFBD
(123,239,189)
0 Favorites   0 Comments

Color spaces of #7befbd

RGB 123239189
HSL0.430.780.71
HSV154°49°94°
CMYK 0.490.000.21   0.06
XYZ48.220269.618159.0403
Yxy69.61810.27260.3936
Hunter Lab83.4375-42.856816.4527
CIE-Lab86.8092-44.363014.1677

#7befbd color RGB value is (123,239,189).

#7befbd hex color red value is 123, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7befbd hue: 0.43 , saturation: 0.78 and the lightness value of 7befbd is 0.71.

The process color (four color CMYK) of #7befbd color hex is 0.49, 0.00, 0.21, 0.06. Web safe color of #7befbd is #66ffcc. Color #7befbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 10111101
Octal 173 357 275
Decimal 123 239 189
Hex 7B EF BD

RGB Percentages of Color #7befbd

%22.32
%43.38
%34.30

CMYK Percentages of Color #7befbd

%49
%0
%21
%6

Triadic Colors of #7befbd

#7befbd #bd7bef #efbd7b

Analogous Colors of #7befbd

#7befbd #7be7ef #7bef83

Monochromatic Colors of #7befbd

#7befbd

Complementary Color

#7befbd #ef7bad

#7befbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befbd Color CSS Codes

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

#7befbd Text Font Color

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

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


#7befbd Background Color

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

This div background color is #7befbd


#7befbd Border Color

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

This div border color is #7befbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,239,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 #7befbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befbd


Comments

No comments written yet.

Please login to write comment.