Color Hex Logo

#7bbea8 Color Hex

#7BBEA8
(123,190,168)
0 Favorites   0 Comments

Color spaces of #7bbea8

RGB 123190168
HSL0.450.340.61
HSV160°35°75°
CMYK 0.350.000.12   0.25
XYZ33.649743.865043.7391
Yxy43.86500.27750.3618
Hunter Lab66.2307-25.21357.2060
CIE-Lab72.1382-26.19304.3917

#7bbea8 color RGB value is (123,190,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10101000
Octal 173 276 250
Decimal 123 190 168
Hex 7B BE A8

RGB Percentages of Color #7bbea8

%25.57
%39.50
%34.93

CMYK Percentages of Color #7bbea8

%35
%0
%12
%25

Triadic Colors of #7bbea8

#7bbea8 #a87bbe #bea87b

Analogous Colors of #7bbea8

#7bbea8 #7bb3be #7bbe87

Monochromatic Colors of #7bbea8

#7bbea8

Complementary Color

#7bbea8 #be7b91

#7bbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbea8 Color CSS Codes

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

#7bbea8 Text Font Color

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

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


#7bbea8 Background Color

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

This div background color is #7bbea8


#7bbea8 Border Color

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

This div border color is #7bbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbea8


Comments

No comments written yet.

Please login to write comment.