Color Hex Logo

#7befef Color Hex

#7BEFEF
(123,239,239)
0 Favorites   0 Comments

Color spaces of #7befef

RGB 123239239
HSL0.500.780.71
HSV180°49°94°
CMYK 0.490.000.00   0.06
XYZ54.614972.176092.7142
Yxy72.17600.24880.3288
Hunter Lab84.9565-33.9237-5.2345
CIE-Lab88.0532-32.8236-10.1631

#7befef color RGB value is (123,239,239).

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

The process color (four color CMYK) of #7befef color hex is 0.49, 0.00, 0.00, 0.06. Web safe color of #7befef is #66ffff. Color #7befef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11101111
Octal 173 357 357
Decimal 123 239 239
Hex 7B EF EF

RGB Percentages of Color #7befef

%20.47
%39.77
%39.77

CMYK Percentages of Color #7befef

%49
%0
%0
%6

Triadic Colors of #7befef

#7befef #ef7bef #efef7b

Analogous Colors of #7befef

#7befef #7bb5ef #7befb5

Monochromatic Colors of #7befef

#7befef

Complementary Color

#7befef #ef7b7b

#7befef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befef Color CSS Codes

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

#7befef Text Font Color

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

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


#7befef Background Color

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

This div background color is #7befef


#7befef Border Color

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

This div border color is #7befef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befef


Comments

No comments written yet.

Please login to write comment.