Color Hex Logo

#7bdebd Color Hex

#7BDEBD
(123,222,189)
0 Favorites   0 Comments

Color spaces of #7bdebd

RGB 123222189
HSL0.440.600.68
HSV160°45°87°
CMYK 0.450.000.15   0.13
XYZ43.475060.127657.4585
Yxy60.12760.26990.3733
Hunter Lab77.5420-35.620010.3456
CIE-Lab81.9075-36.77007.1862

#7bdebd color RGB value is (123,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011110 10111101
Octal 173 336 275
Decimal 123 222 189
Hex 7B DE BD

RGB Percentages of Color #7bdebd

%23.03
%41.57
%35.39

CMYK Percentages of Color #7bdebd

%45
%0
%15
%13

Triadic Colors of #7bdebd

#7bdebd #bd7bde #debd7b

Analogous Colors of #7bdebd

#7bdebd #7bcede #7bde8c

Monochromatic Colors of #7bdebd

#7bdebd

Complementary Color

#7bdebd #de7b9c

#7bdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdebd Color CSS Codes

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

#7bdebd Text Font Color

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

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


#7bdebd Background Color

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

This div background color is #7bdebd


#7bdebd Border Color

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

This div border color is #7bdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdebd


Comments

No comments written yet.

Please login to write comment.