Color Hex Logo

#7befff Color Hex

#7BEFFF
(123,239,255)
0 Favorites   0 Comments

Color spaces of #7befff

RGB 123239255
HSL0.521.000.74
HSV187°52°100°
CMYK 0.520.060.00   0.00
XYZ57.084973.1640105.7211
Yxy73.16400.24190.3101
Hunter Lab85.5360-30.5608-13.4063
CIE-Lab88.5259-28.6865-17.8280

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

#7befff hex color red value is 123, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7befff hue: 0.52 , saturation: 1.00 and the lightness value of 7befff is 0.74.

The process color (four color CMYK) of #7befff color hex is 0.52, 0.06, 0.00, 0.00. Web safe color of #7befff is #66ffff. Color #7befff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11111111
Octal 173 357 377
Decimal 123 239 255
Hex 7B EF FF

RGB Percentages of Color #7befff

%19.94
%38.74
%41.33

CMYK Percentages of Color #7befff

%52
%6
%0
%0

Triadic Colors of #7befff

#7befff #ff7bef #efff7b

Analogous Colors of #7befff

#7befff #7badff #7bffcd

Monochromatic Colors of #7befff

#7befff

Complementary Color

#7befff #ff8b7b

#7befff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befff Color CSS Codes

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

#7befff Text Font Color

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

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


#7befff Background Color

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

This div background color is #7befff


#7befff Border Color

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

This div border color is #7befff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befff

Related Colors


Comments

No comments written yet.

Please login to write comment.