Color Hex Logo

#7bddbe Color Hex

#7BDDBE
(123,221,190)
0 Favorites   0 Comments

Color spaces of #7bddbe

RGB 123221190
HSL0.450.590.67
HSV161°44°87°
CMYK 0.440.000.14   0.13
XYZ43.319159.641657.9440
Yxy59.64160.26920.3707
Hunter Lab77.2280-35.02389.5744
CIE-Lab81.6430-36.09106.2762

#7bddbe color RGB value is (123,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011101 10111110
Octal 173 335 276
Decimal 123 221 190
Hex 7B DD BE

RGB Percentages of Color #7bddbe

%23.03
%41.39
%35.58

CMYK Percentages of Color #7bddbe

%44
%0
%14
%13

Triadic Colors of #7bddbe

#7bddbe #be7bdd #ddbe7b

Analogous Colors of #7bddbe

#7bddbe #7bcbdd #7bdd8d

Monochromatic Colors of #7bddbe

#7bddbe

Complementary Color

#7bddbe #dd7b9a

#7bddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bddbe Color CSS Codes

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

#7bddbe Text Font Color

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

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


#7bddbe Background Color

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

This div background color is #7bddbe


#7bddbe Border Color

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

This div border color is #7bddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bddbe


Comments

No comments written yet.

Please login to write comment.