Color Hex Logo

#7bdcbe Color Hex

#7BDCBE
(123,220,190)
0 Favorites   0 Comments

Color spaces of #7bdcbe

RGB 123220190
HSL0.450.580.67
HSV161°44°86°
CMYK 0.440.000.14   0.14
XYZ43.055859.115157.8563
Yxy59.11510.26910.3694
Hunter Lab76.8863-34.59249.2052
CIE-Lab81.3548-35.63005.8612

#7bdcbe color RGB value is (123,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011100 10111110
Octal 173 334 276
Decimal 123 220 190
Hex 7B DC BE

RGB Percentages of Color #7bdcbe

%23.08
%41.28
%35.65

CMYK Percentages of Color #7bdcbe

%44
%0
%14
%14

Triadic Colors of #7bdcbe

#7bdcbe #be7bdc #dcbe7b

Analogous Colors of #7bdcbe

#7bdcbe #7bcadc #7bdc8e

Monochromatic Colors of #7bdcbe

#7bdcbe

Complementary Color

#7bdcbe #dc7b99

#7bdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdcbe Color CSS Codes

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

#7bdcbe Text Font Color

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

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


#7bdcbe Background Color

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

This div background color is #7bdcbe


#7bdcbe Border Color

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

This div border color is #7bdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdcbe


Comments

No comments written yet.

Please login to write comment.