Color Hex Logo

#7bfaed Color Hex

#7BFAED
(123,250,237)
0 Favorites   0 Comments

Color spaces of #7bfaed

RGB 123250237
HSL0.480.930.73
HSV174°51°98°
CMYK 0.510.000.05   0.02
XYZ57.640078.696692.2728
Yxy78.69660.25210.3442
Hunter Lab88.7111-39.26410.4273
CIE-Lab91.0968-38.4053-4.6142

#7bfaed color RGB value is (123,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111010 11101101
Octal 173 372 355
Decimal 123 250 237
Hex 7B FA ED

RGB Percentages of Color #7bfaed

%20.16
%40.98
%38.85

CMYK Percentages of Color #7bfaed

%51
%0
%5
%2

Triadic Colors of #7bfaed

#7bfaed #ed7bfa #faed7b

Analogous Colors of #7bfaed

#7bfaed #7bc8fa #7bfaae

Monochromatic Colors of #7bfaed

#7bfaed

Complementary Color

#7bfaed #fa7b88

#7bfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfaed Color CSS Codes

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

#7bfaed Text Font Color

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

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


#7bfaed Background Color

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

This div background color is #7bfaed


#7bfaed Border Color

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

This div border color is #7bfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfaed


Comments

No comments written yet.

Please login to write comment.