Color Hex Logo

#7bffc6 Color Hex

#7BFFC6
(123,255,198)
0 Favorites   0 Comments

Color spaces of #7bffc6

RGB 123255198
HSL0.431.000.74
HSV154°52°100°
CMYK 0.520.000.22   0.00
XYZ54.121479.808265.9781
Yxy79.80820.27070.3992
Hunter Lab89.3354-48.197718.7466
CIE-Lab91.5987-49.361816.2724

#7bffc6 color RGB value is (123,255,198).

#7bffc6 hex color red value is 123, green value is 255 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #7bffc6 hue: 0.43 , saturation: 1.00 and the lightness value of 7bffc6 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 11000110
Octal 173 377 306
Decimal 123 255 198
Hex 7B FF C6

RGB Percentages of Color #7bffc6

%21.35
%44.27
%34.38

CMYK Percentages of Color #7bffc6

%52
%0
%22
%0

Triadic Colors of #7bffc6

#7bffc6 #c67bff #ffc67b

Analogous Colors of #7bffc6

#7bffc6 #7bf6ff #7bff84

Monochromatic Colors of #7bffc6

#7bffc6

Complementary Color

#7bffc6 #ff7bb4

#7bffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffc6 Color CSS Codes

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

#7bffc6 Text Font Color

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

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


#7bffc6 Background Color

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

This div background color is #7bffc6


#7bffc6 Border Color

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

This div border color is #7bffc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffc6


Comments

No comments written yet.

Please login to write comment.