Color Hex Logo

#7bdbcb Color Hex

#7BDBCB
(123,219,203)
0 Favorites   0 Comments

Color spaces of #7bdbcb

RGB 123219203
HSL0.470.570.67
HSV170°44°86°
CMYK 0.440.000.07   0.14
XYZ44.279459.185865.5901
Yxy59.18580.26190.3501
Hunter Lab76.9323-31.89353.3038
CIE-Lab81.3936-32.1935-0.9902

#7bdbcb color RGB value is (123,219,203).

#7bdbcb hex color red value is 123, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7bdbcb hue: 0.47 , saturation: 0.57 and the lightness value of 7bdbcb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011011 11001011
Octal 173 333 313
Decimal 123 219 203
Hex 7B DB CB

RGB Percentages of Color #7bdbcb

%22.57
%40.18
%37.25

CMYK Percentages of Color #7bdbcb

%44
%0
%7
%14

Triadic Colors of #7bdbcb

#7bdbcb #cb7bdb #dbcb7b

Analogous Colors of #7bdbcb

#7bdbcb #7bbbdb #7bdb9b

Monochromatic Colors of #7bdbcb

#7bdbcb

Complementary Color

#7bdbcb #db7b8b

#7bdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdbcb Color CSS Codes

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

#7bdbcb Text Font Color

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

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


#7bdbcb Background Color

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

This div background color is #7bdbcb


#7bdbcb Border Color

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

This div border color is #7bdbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdbcb


Comments

No comments written yet.

Please login to write comment.