Color Hex Logo

#7effdf Color Hex

#7EFFDF
(126,255,223)
0 Favorites   0 Comments

Color spaces of #7effdf

RGB 126255223
HSL0.461.000.75
HSV165°51°100°
CMYK 0.510.000.13   0.00
XYZ57.683581.283382.4611
Yxy81.28330.26050.3671
Hunter Lab90.1573-43.56918.8813
CIE-Lab92.2576-43.30224.3484

#7effdf color RGB value is (126,255,223).

#7effdf hex color red value is 126, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7effdf hue: 0.46 , saturation: 1.00 and the lightness value of 7effdf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 11011111
Octal 176 377 337
Decimal 126 255 223
Hex 7E FF DF

RGB Percentages of Color #7effdf

%20.86
%42.22
%36.92

CMYK Percentages of Color #7effdf

%51
%0
%13
%0

Triadic Colors of #7effdf

#7effdf #df7eff #ffdf7e

Analogous Colors of #7effdf

#7effdf #7edfff #7eff9f

Monochromatic Colors of #7effdf

#7effdf

Complementary Color

#7effdf #ff7e9e

#7effdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effdf Color CSS Codes

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

#7effdf Text Font Color

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

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


#7effdf Background Color

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

This div background color is #7effdf


#7effdf Border Color

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

This div border color is #7effdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effdf


Comments

No comments written yet.

Please login to write comment.