Color Hex Logo

#7bfafb Color Hex

#7BFAFB
(123,250,251)
0 Favorites   0 Comments

Color spaces of #7bfafb

RGB 123250251
HSL0.500.940.73
HSV180°51°98°
CMYK 0.510.000.00   0.02
XYZ59.766679.5472103.4709
Yxy79.54720.24620.3276
Hunter Lab89.1892-36.4665-6.3515
CIE-Lab91.4813-34.9204-11.3172

#7bfafb color RGB value is (123,250,251).

#7bfafb hex color red value is 123, green value is 250 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7bfafb hue: 0.50 , saturation: 0.94 and the lightness value of 7bfafb is 0.73.

The process color (four color CMYK) of #7bfafb color hex is 0.51, 0.00, 0.00, 0.02. Web safe color of #7bfafb is #66ffff. Color #7bfafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111010 11111011
Octal 173 372 373
Decimal 123 250 251
Hex 7B FA FB

RGB Percentages of Color #7bfafb

%19.71
%40.06
%40.22

CMYK Percentages of Color #7bfafb

%51
%0
%0
%2

Triadic Colors of #7bfafb

#7bfafb #fb7bfa #fafb7b

Analogous Colors of #7bfafb

#7bfafb #7bbafb #7bfbbc

Monochromatic Colors of #7bfafb

#7bfafb

Complementary Color

#7bfafb #fb7c7b

#7bfafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfafb Color CSS Codes

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

#7bfafb Text Font Color

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

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


#7bfafb Background Color

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

This div background color is #7bfafb


#7bfafb Border Color

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

This div border color is #7bfafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfafb

Related Colors


Comments

No comments written yet.

Please login to write comment.