Color Hex Logo

#7dfbdf Color Hex

#7DFBDF
(125,251,223)
0 Favorites   0 Comments

Color spaces of #7dfbdf

RGB 125251223
HSL0.460.940.74
HSV167°50°98°
CMYK 0.500.000.11   0.02
XYZ56.273978.682082.0332
Yxy78.68200.25930.3626
Hunter Lab88.7029-41.98807.2601
CIE-Lab91.0902-41.74702.6515

#7dfbdf color RGB value is (125,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 11011111
Octal 175 373 337
Decimal 125 251 223
Hex 7D FB DF

RGB Percentages of Color #7dfbdf

%20.87
%41.90
%37.23

CMYK Percentages of Color #7dfbdf

%50
%0
%11
%2

Triadic Colors of #7dfbdf

#7dfbdf #df7dfb #fbdf7d

Analogous Colors of #7dfbdf

#7dfbdf #7dd8fb #7dfba0

Monochromatic Colors of #7dfbdf

#7dfbdf

Complementary Color

#7dfbdf #fb7d99

#7dfbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbdf Color CSS Codes

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

#7dfbdf Text Font Color

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

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


#7dfbdf Background Color

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

This div background color is #7dfbdf


#7dfbdf Border Color

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

This div border color is #7dfbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbdf

Related Colors


Comments

No comments written yet.

Please login to write comment.