Color Hex Logo

#7bfedf Color Hex

#7BFEDF
(123,254,223)
0 Favorites   0 Comments

Color spaces of #7bfedf

RGB 123254223
HSL0.460.980.74
HSV166°52°100°
CMYK 0.520.000.12   0.00
XYZ56.929580.422382.3346
Yxy80.42230.25910.3661
Hunter Lab89.6785-43.62248.3403
CIE-Lab91.8740-43.50133.7803

#7bfedf color RGB value is (123,254,223).

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

The process color (four color CMYK) of #7bfedf color hex is 0.52, 0.00, 0.12, 0.00. Web safe color of #7bfedf is #66ffcc. Color #7bfedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111110 11011111
Octal 173 376 337
Decimal 123 254 223
Hex 7B FE DF

RGB Percentages of Color #7bfedf

%20.50
%42.33
%37.17

CMYK Percentages of Color #7bfedf

%52
%0
%12
%0

Triadic Colors of #7bfedf

#7bfedf #df7bfe #fedf7b

Analogous Colors of #7bfedf

#7bfedf #7bdcfe #7bfe9e

Monochromatic Colors of #7bfedf

#7bfedf

Complementary Color

#7bfedf #fe7b9a

#7bfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfedf Color CSS Codes

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

#7bfedf Text Font Color

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

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


#7bfedf Background Color

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

This div background color is #7bfedf


#7bfedf Border Color

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

This div border color is #7bfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfedf

Related Colors


Comments

No comments written yet.

Please login to write comment.