Color Hex Logo

#7bdebe Color Hex

#7BDEBE
(123,222,190)
0 Favorites   0 Comments

Color spaces of #7bdebe

RGB 123222190
HSL0.450.600.68
HSV161°45°87°
CMYK 0.450.000.14   0.13
XYZ43.583960.171258.0323
Yxy60.17120.26940.3719
Hunter Lab77.5701-35.45489.9426
CIE-Lab81.9312-36.55066.6907

#7bdebe color RGB value is (123,222,190).

#7bdebe hex color red value is 123, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7bdebe hue: 0.45 , saturation: 0.60 and the lightness value of 7bdebe is 0.68.

The process color (four color CMYK) of #7bdebe color hex is 0.45, 0.00, 0.14, 0.13. Web safe color of #7bdebe is #66cccc. Color #7bdebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011110 10111110
Octal 173 336 276
Decimal 123 222 190
Hex 7B DE BE

RGB Percentages of Color #7bdebe

%22.99
%41.50
%35.51

CMYK Percentages of Color #7bdebe

%45
%0
%14
%13

Triadic Colors of #7bdebe

#7bdebe #be7bde #debe7b

Analogous Colors of #7bdebe

#7bdebe #7bcdde #7bde8d

Monochromatic Colors of #7bdebe

#7bdebe

Complementary Color

#7bdebe #de7b9b

#7bdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdebe Color CSS Codes

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

#7bdebe Text Font Color

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

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


#7bdebe Background Color

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

This div background color is #7bdebe


#7bdebe Border Color

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

This div border color is #7bdebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdebe


Comments

No comments written yet.

Please login to write comment.