Color Hex Logo

#7bdabd Color Hex

#7BDABD
(123,218,189)
0 Favorites   0 Comments

Color spaces of #7bdabd

RGB 123218189
HSL0.450.560.67
HSV162°44°85°
CMYK 0.440.000.13   0.15
XYZ42.425158.027957.1086
Yxy58.02790.26930.3683
Hunter Lab76.1760-33.89528.8740
CIE-Lab80.7543-34.92585.5266

#7bdabd color RGB value is (123,218,189).

#7bdabd hex color red value is 123, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7bdabd hue: 0.45 , saturation: 0.56 and the lightness value of 7bdabd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011010 10111101
Octal 173 332 275
Decimal 123 218 189
Hex 7B DA BD

RGB Percentages of Color #7bdabd

%23.21
%41.13
%35.66

CMYK Percentages of Color #7bdabd

%44
%0
%13
%15

Triadic Colors of #7bdabd

#7bdabd #bd7bda #dabd7b

Analogous Colors of #7bdabd

#7bdabd #7bc8da #7bda8e

Monochromatic Colors of #7bdabd

#7bdabd

Complementary Color

#7bdabd #da7b98

#7bdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdabd Color CSS Codes

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

#7bdabd Text Font Color

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

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


#7bdabd Background Color

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

This div background color is #7bdabd


#7bdabd Border Color

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

This div border color is #7bdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdabd


Comments

No comments written yet.

Please login to write comment.