Color Hex Logo

#7bfdba Color Hex

#7BFDBA
(123,253,186)
0 Favorites   0 Comments

Color spaces of #7bfdba

RGB 123253186
HSL0.410.970.74
HSV149°51°99°
CMYK 0.510.000.26   0.01
XYZ52.156678.006758.7622
Yxy78.00670.27610.4129
Hunter Lab88.3214-49.152522.3780
CIE-Lab90.7830-50.922521.2755

#7bfdba color RGB value is (123,253,186).

#7bfdba hex color red value is 123, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7bfdba hue: 0.41 , saturation: 0.97 and the lightness value of 7bfdba is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111101 10111010
Octal 173 375 272
Decimal 123 253 186
Hex 7B FD BA

RGB Percentages of Color #7bfdba

%21.89
%45.02
%33.10

CMYK Percentages of Color #7bfdba

%51
%0
%26
%1

Triadic Colors of #7bfdba

#7bfdba #ba7bfd #fdba7b

Analogous Colors of #7bfdba

#7bfdba #7bfdfb #7dfd7b

Monochromatic Colors of #7bfdba

#7bfdba

Complementary Color

#7bfdba #fd7bbe

#7bfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfdba Color CSS Codes

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

#7bfdba Text Font Color

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

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


#7bfdba Background Color

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

This div background color is #7bfdba


#7bfdba Border Color

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

This div border color is #7bfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfdba


Comments

No comments written yet.

Please login to write comment.