Color Hex Logo

#7bebcf Color Hex

#7BEBCF
(123,235,207)
0 Favorites   0 Comments

Color spaces of #7bebcf

RGB 123235207
HSL0.460.740.70
HSV165°48°92°
CMYK 0.480.000.12   0.08
XYZ49.139268.132669.5925
Yxy68.13260.26300.3646
Hunter Lab82.5425-38.18477.7917
CIE-Lab86.0727-38.67103.7090

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11001111
Octal 173 353 317
Decimal 123 235 207
Hex 7B EB CF

RGB Percentages of Color #7bebcf

%21.77
%41.59
%36.64

CMYK Percentages of Color #7bebcf

%48
%0
%12
%8

Triadic Colors of #7bebcf

#7bebcf #cf7beb #ebcf7b

Analogous Colors of #7bebcf

#7bebcf #7bcfeb #7beb97

Monochromatic Colors of #7bebcf

#7bebcf

Complementary Color

#7bebcf #eb7b97

#7bebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebcf Color CSS Codes

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

#7bebcf Text Font Color

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

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


#7bebcf Background Color

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

This div background color is #7bebcf


#7bebcf Border Color

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

This div border color is #7bebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebcf


Comments

No comments written yet.

Please login to write comment.