Color Hex Logo

#7bfadf Color Hex

#7BFADF
(123,250,223)
0 Favorites   0 Comments

Color spaces of #7bfadf

RGB 123250223
HSL0.460.930.73
HSV167°51°98°
CMYK 0.510.000.11   0.02
XYZ55.673377.909981.9159
Yxy77.90990.25830.3615
Hunter Lab88.2666-41.87946.7625
CIE-Lab90.7388-41.73122.1324

#7bfadf color RGB value is (123,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111010 11011111
Octal 173 372 337
Decimal 123 250 223
Hex 7B FA DF

RGB Percentages of Color #7bfadf

%20.64
%41.95
%37.42

CMYK Percentages of Color #7bfadf

%51
%0
%11
%2

Triadic Colors of #7bfadf

#7bfadf #df7bfa #fadf7b

Analogous Colors of #7bfadf

#7bfadf #7bd6fa #7bfaa0

Monochromatic Colors of #7bfadf

#7bfadf

Complementary Color

#7bfadf #fa7b96

#7bfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfadf Color CSS Codes

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

#7bfadf Text Font Color

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

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


#7bfadf Background Color

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

This div background color is #7bfadf


#7bfadf Border Color

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

This div border color is #7bfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfadf


Comments

No comments written yet.

Please login to write comment.