Color Hex Logo

#7bedad Color Hex

#7BEDAD
(123,237,173)
0 Favorites   0 Comments

Color spaces of #7bedad

RGB 123237173
HSL0.410.760.71
HSV146°48°93°
CMYK 0.480.000.27   0.07
XYZ45.995467.796550.1970
Yxy67.79650.28050.4134
Hunter Lab82.3386-44.380221.4914
CIE-Lab85.9046-46.693621.1949

#7bedad color RGB value is (123,237,173).

#7bedad hex color red value is 123, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7bedad hue: 0.41 , saturation: 0.76 and the lightness value of 7bedad is 0.71.

The process color (four color CMYK) of #7bedad color hex is 0.48, 0.00, 0.27, 0.07. Web safe color of #7bedad is #66ff99. Color #7bedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101101 10101101
Octal 173 355 255
Decimal 123 237 173
Hex 7B ED AD

RGB Percentages of Color #7bedad

%23.08
%44.47
%32.46

CMYK Percentages of Color #7bedad

%48
%0
%27
%7

Triadic Colors of #7bedad

#7bedad #ad7bed #edad7b

Analogous Colors of #7bedad

#7bedad #7bede6 #82ed7b

Monochromatic Colors of #7bedad

#7bedad

Complementary Color

#7bedad #ed7bbb

#7bedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bedad Color CSS Codes

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

#7bedad Text Font Color

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

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


#7bedad Background Color

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

This div background color is #7bedad


#7bedad Border Color

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

This div border color is #7bedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bedad


Comments

No comments written yet.

Please login to write comment.