Color Hex Logo

#7bebeb Color Hex

#7BEBEB
(123,235,235)
0 Favorites   0 Comments

Color spaces of #7bebeb

RGB 123235235
HSL0.500.740.70
HSV180°48°92°
CMYK 0.480.000.00   0.08
XYZ52.872169.625889.2497
Yxy69.62580.24970.3288
Hunter Lab83.4421-32.9192-5.0072
CIE-Lab86.8130-31.9472-9.9102

#7bebeb color RGB value is (123,235,235).

#7bebeb hex color red value is 123, green value is 235 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7bebeb hue: 0.50 , saturation: 0.74 and the lightness value of 7bebeb is 0.70.

The process color (four color CMYK) of #7bebeb color hex is 0.48, 0.00, 0.00, 0.08. Web safe color of #7bebeb is #66ffff. Color #7bebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11101011
Octal 173 353 353
Decimal 123 235 235
Hex 7B EB EB

RGB Percentages of Color #7bebeb

%20.74
%39.63
%39.63

CMYK Percentages of Color #7bebeb

%48
%0
%0
%8

Triadic Colors of #7bebeb

#7bebeb #eb7beb #ebeb7b

Analogous Colors of #7bebeb

#7bebeb #7bb3eb #7bebb3

Monochromatic Colors of #7bebeb

#7bebeb

Complementary Color

#7bebeb #eb7b7b

#7bebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebeb Color CSS Codes

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

#7bebeb Text Font Color

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

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


#7bebeb Background Color

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

This div background color is #7bebeb


#7bebeb Border Color

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

This div border color is #7bebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebeb


Comments

No comments written yet.

Please login to write comment.