Color Hex Logo

#7bbebd Color Hex

#7BBEBD
(123,190,189)
0 Favorites   0 Comments

Color spaces of #7bbebd

RGB 123190189
HSL0.500.340.61
HSV179°35°75°
CMYK 0.350.000.01   0.25
XYZ35.767144.712054.8893
Yxy44.71200.26420.3303
Hunter Lab66.8670-21.5379-1.8626
CIE-Lab72.7019-21.3539-6.2399

#7bbebd color RGB value is (123,190,189).

#7bbebd hex color red value is 123, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7bbebd hue: 0.50 , saturation: 0.34 and the lightness value of 7bbebd is 0.61.

The process color (four color CMYK) of #7bbebd color hex is 0.35, 0.00, 0.01, 0.25. Web safe color of #7bbebd is #66cccc. Color #7bbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10111101
Octal 173 276 275
Decimal 123 190 189
Hex 7B BE BD

RGB Percentages of Color #7bbebd

%24.50
%37.85
%37.65

CMYK Percentages of Color #7bbebd

%35
%0
%1
%25

Triadic Colors of #7bbebd

#7bbebd #bd7bbe #bebd7b

Analogous Colors of #7bbebd

#7bbebd #7b9ebe #7bbe9c

Monochromatic Colors of #7bbebd

#7bbebd

Complementary Color

#7bbebd #be7b7c

#7bbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbebd Color CSS Codes

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

#7bbebd Text Font Color

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

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


#7bbebd Background Color

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

This div background color is #7bbebd


#7bbebd Border Color

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

This div border color is #7bbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbebd


Comments

No comments written yet.

Please login to write comment.