Color Hex Logo

#7becb9 Color Hex

#7BECB9
(123,236,185)
1 Favorites   0 Comments

Color spaces of #7becb9

RGB 123236185
HSL0.420.750.70
HSV153°48°93°
CMYK 0.480.000.22   0.07
XYZ46.920867.704656.4943
Yxy67.70460.27420.3957
Hunter Lab82.2828-42.207416.8902
CIE-Lab85.8585-43.879914.9074

#7becb9 color RGB value is (123,236,185).

#7becb9 hex color red value is 123, green value is 236 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #7becb9 hue: 0.42 , saturation: 0.75 and the lightness value of 7becb9 is 0.70.

The process color (four color CMYK) of #7becb9 color hex is 0.48, 0.00, 0.22, 0.07. Web safe color of #7becb9 is #66ffcc. Color #7becb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101100 10111001
Octal 173 354 271
Decimal 123 236 185
Hex 7B EC B9

RGB Percentages of Color #7becb9

%22.61
%43.38
%34.01

CMYK Percentages of Color #7becb9

%48
%0
%22
%7

Triadic Colors of #7becb9

#7becb9 #b97bec #ecb97b

Analogous Colors of #7becb9

#7becb9 #7be7ec #7bec81

Monochromatic Colors of #7becb9

#7becb9

Complementary Color

#7becb9 #ec7bae

#7becb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7becb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7becb9 Color CSS Codes

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

#7becb9 Text Font Color

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

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


#7becb9 Background Color

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

This div background color is #7becb9


#7becb9 Border Color

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

This div border color is #7becb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7becb9


Comments

No comments written yet.

Please login to write comment.