Color Hex Logo

#7befc7 Color Hex

#7BEFC7
(123,239,199)
0 Favorites   0 Comments

Color spaces of #7befc7

RGB 123239199
HSL0.440.780.71
HSV159°49°94°
CMYK 0.490.000.17   0.06
XYZ49.343770.067564.9565
Yxy70.06750.26760.3800
Hunter Lab83.7063-41.262912.5851
CIE-Lab87.0300-42.24119.2732

#7befc7 color RGB value is (123,239,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11000111
Octal 173 357 307
Decimal 123 239 199
Hex 7B EF C7

RGB Percentages of Color #7befc7

%21.93
%42.60
%35.47

CMYK Percentages of Color #7befc7

%49
%0
%17
%6

Triadic Colors of #7befc7

#7befc7 #c77bef #efc77b

Analogous Colors of #7befc7

#7befc7 #7bddef #7bef8d

Monochromatic Colors of #7befc7

#7befc7

Complementary Color

#7befc7 #ef7ba3

#7befc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befc7 Color CSS Codes

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

#7befc7 Text Font Color

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

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


#7befc7 Background Color

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

This div background color is #7befc7


#7befc7 Border Color

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

This div border color is #7befc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befc7


Comments

No comments written yet.

Please login to write comment.