Color Hex Logo

#7bcdbd Color Hex

#7BCDBD
(123,205,189)
0 Favorites   0 Comments

Color spaces of #7bcdbd

RGB 123205189
HSL0.470.450.64
HSV168°40°80°
CMYK 0.400.000.08   0.20
XYZ39.185051.547756.0286
Yxy51.54770.26700.3512
Hunter Lab71.7967-28.22313.9891
CIE-Lab77.0096-28.77130.0935

#7bcdbd color RGB value is (123,205,189).

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

The process color (four color CMYK) of #7bcdbd color hex is 0.40, 0.00, 0.08, 0.20. Web safe color of #7bcdbd is #66cccc. Color #7bcdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001101 10111101
Octal 173 315 275
Decimal 123 205 189
Hex 7B CD BD

RGB Percentages of Color #7bcdbd

%23.79
%39.65
%36.56

CMYK Percentages of Color #7bcdbd

%40
%0
%8
%20

Triadic Colors of #7bcdbd

#7bcdbd #bd7bcd #cdbd7b

Analogous Colors of #7bcdbd

#7bcdbd #7bb4cd #7bcd94

Monochromatic Colors of #7bcdbd

#7bcdbd

Complementary Color

#7bcdbd #cd7b8b

#7bcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcdbd Color CSS Codes

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

#7bcdbd Text Font Color

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

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


#7bcdbd Background Color

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

This div background color is #7bcdbd


#7bcdbd Border Color

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

This div border color is #7bcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcdbd


Comments

No comments written yet.

Please login to write comment.