Color Hex Logo

#7beac6 Color Hex

#7BEAC6
(123,234,198)
0 Favorites   0 Comments

Color spaces of #7beac6

RGB 123234198
HSL0.450.730.70
HSV161°47°92°
CMYK 0.470.000.15   0.08
XYZ47.784267.133863.8657
Yxy67.13380.26730.3755
Hunter Lab81.9352-39.286311.1401
CIE-Lab85.5715-40.23347.7064

#7beac6 color RGB value is (123,234,198).

#7beac6 hex color red value is 123, green value is 234 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #7beac6 hue: 0.45 , saturation: 0.73 and the lightness value of 7beac6 is 0.70.

The process color (four color CMYK) of #7beac6 color hex is 0.47, 0.00, 0.15, 0.08. Web safe color of #7beac6 is #66ffcc. Color #7beac6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101010 11000110
Octal 173 352 306
Decimal 123 234 198
Hex 7B EA C6

RGB Percentages of Color #7beac6

%22.16
%42.16
%35.68

CMYK Percentages of Color #7beac6

%47
%0
%15
%8

Triadic Colors of #7beac6

#7beac6 #c67bea #eac67b

Analogous Colors of #7beac6

#7beac6 #7bd7ea #7bea8f

Monochromatic Colors of #7beac6

#7beac6

Complementary Color

#7beac6 #ea7b9f

#7beac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beac6 Color CSS Codes

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

#7beac6 Text Font Color

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

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


#7beac6 Background Color

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

This div background color is #7beac6


#7beac6 Border Color

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

This div border color is #7beac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beac6


Comments

No comments written yet.

Please login to write comment.