Color Hex Logo

#7bfefb Color Hex

#7BFEFB
(123,254,251)
0 Favorites   0 Comments

Color spaces of #7bfefb

RGB 123254251
HSL0.500.980.74
HSV179°52°100°
CMYK 0.520.000.01   0.00
XYZ61.022882.0596103.8896
Yxy82.05960.24710.3323
Hunter Lab90.5868-38.2822-4.5861
CIE-Lab92.6012-36.7669-9.6513

#7bfefb color RGB value is (123,254,251).

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

The process color (four color CMYK) of #7bfefb color hex is 0.52, 0.00, 0.01, 0.00. Web safe color of #7bfefb is #66ffff. Color #7bfefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111110 11111011
Octal 173 376 373
Decimal 123 254 251
Hex 7B FE FB

RGB Percentages of Color #7bfefb

%19.59
%40.45
%39.97

CMYK Percentages of Color #7bfefb

%52
%0
%1
%0

Triadic Colors of #7bfefb

#7bfefb #fb7bfe #fefb7b

Analogous Colors of #7bfefb

#7bfefb #7bc0fe #7bfeba

Monochromatic Colors of #7bfefb

#7bfefb

Complementary Color

#7bfefb #fe7b7e

#7bfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfefb Color CSS Codes

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

#7bfefb Text Font Color

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

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


#7bfefb Background Color

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

This div background color is #7bfefb


#7bfefb Border Color

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

This div border color is #7bfefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,254,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 #7bfefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.