Color Hex Logo

#7becbd Color Hex

#7BECBD
(123,236,189)
0 Favorites   0 Comments

Color spaces of #7becbd

RGB 123236189
HSL0.430.750.70
HSV155°48°93°
CMYK 0.480.000.20   0.07
XYZ47.349167.876058.7499
Yxy67.87600.27220.3901
Hunter Lab82.3869-41.590215.3913
CIE-Lab85.9444-43.051312.9445

#7becbd color RGB value is (123,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101100 10111101
Octal 173 354 275
Decimal 123 236 189
Hex 7B EC BD

RGB Percentages of Color #7becbd

%22.45
%43.07
%34.49

CMYK Percentages of Color #7becbd

%48
%0
%20
%7

Triadic Colors of #7becbd

#7becbd #bd7bec #ecbd7b

Analogous Colors of #7becbd

#7becbd #7be3ec #7bec85

Monochromatic Colors of #7becbd

#7becbd

Complementary Color

#7becbd #ec7baa

#7becbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7becbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7becbd Color CSS Codes

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

#7becbd Text Font Color

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

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


#7becbd Background Color

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

This div background color is #7becbd


#7becbd Border Color

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

This div border color is #7becbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7becbd


Comments

No comments written yet.

Please login to write comment.