Color Hex Logo

#7bbebc Color Hex

#7BBEBC
(123,190,188)
0 Favorites   0 Comments

Color spaces of #7bbebc

RGB 123190188
HSL0.500.340.61
HSV178°35°75°
CMYK 0.350.000.01   0.25
XYZ35.658944.668754.3195
Yxy44.66870.26480.3317
Hunter Lab66.8346-21.7239-1.4034
CIE-Lab72.6732-21.5948-5.7366

#7bbebc color RGB value is (123,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10111100
Octal 173 276 274
Decimal 123 190 188
Hex 7B BE BC

RGB Percentages of Color #7bbebc

%24.55
%37.92
%37.52

CMYK Percentages of Color #7bbebc

%35
%0
%1
%25

Triadic Colors of #7bbebc

#7bbebc #bc7bbe #bebc7b

Analogous Colors of #7bbebc

#7bbebc #7b9fbe #7bbe9b

Monochromatic Colors of #7bbebc

#7bbebc

Complementary Color

#7bbebc #be7b7d

#7bbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbebc Color CSS Codes

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

#7bbebc Text Font Color

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

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


#7bbebc Background Color

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

This div background color is #7bbebc


#7bbebc Border Color

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

This div border color is #7bbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbebc


Comments

No comments written yet.

Please login to write comment.