Color Hex Logo

#7bebcb Color Hex

#7BEBCB
(123,235,203)
0 Favorites   0 Comments

Color spaces of #7bebcb

RGB 123235203
HSL0.450.740.70
HSV163°48°92°
CMYK 0.480.000.14   0.08
XYZ48.656267.939467.0491
Yxy67.93940.26490.3700
Hunter Lab82.4254-38.87479.4682
CIE-Lab85.9761-39.57395.6674

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11001011
Octal 173 353 313
Decimal 123 235 203
Hex 7B EB CB

RGB Percentages of Color #7bebcb

%21.93
%41.89
%36.19

CMYK Percentages of Color #7bebcb

%48
%0
%14
%8

Triadic Colors of #7bebcb

#7bebcb #cb7beb #ebcb7b

Analogous Colors of #7bebcb

#7bebcb #7bd3eb #7beb93

Monochromatic Colors of #7bebcb

#7bebcb

Complementary Color

#7bebcb #eb7b9b

#7bebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebcb Color CSS Codes

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

#7bebcb Text Font Color

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

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


#7bebcb Background Color

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

This div background color is #7bebcb


#7bebcb Border Color

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

This div border color is #7bebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebcb


Comments

No comments written yet.

Please login to write comment.