Color Hex Logo

#7bf8eb Color Hex

#7BF8EB
(123,248,235)
0 Favorites   0 Comments

Color spaces of #7bf8eb

RGB 123248235
HSL0.480.900.73
HSV174°50°97°
CMYK 0.500.000.05   0.03
XYZ56.731277.343990.5361
Yxy77.34390.25260.3443
Hunter Lab87.9454-38.75890.5252
CIE-Lab90.4797-37.9811-4.4834

#7bf8eb color RGB value is (123,248,235).

#7bf8eb hex color red value is 123, green value is 248 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7bf8eb hue: 0.48 , saturation: 0.90 and the lightness value of 7bf8eb is 0.73.

The process color (four color CMYK) of #7bf8eb color hex is 0.50, 0.00, 0.05, 0.03. Web safe color of #7bf8eb is #66ffff. Color #7bf8eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111000 11101011
Octal 173 370 353
Decimal 123 248 235
Hex 7B F8 EB

RGB Percentages of Color #7bf8eb

%20.30
%40.92
%38.78

CMYK Percentages of Color #7bf8eb

%50
%0
%5
%3

Triadic Colors of #7bf8eb

#7bf8eb #eb7bf8 #f8eb7b

Analogous Colors of #7bf8eb

#7bf8eb #7bc7f8 #7bf8ad

Monochromatic Colors of #7bf8eb

#7bf8eb

Complementary Color

#7bf8eb #f87b88

#7bf8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bf8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bf8eb Color CSS Codes

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

#7bf8eb Text Font Color

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

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


#7bf8eb Background Color

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

This div background color is #7bf8eb


#7bf8eb Border Color

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

This div border color is #7bf8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bf8eb


Comments

No comments written yet.

Please login to write comment.