Color Hex Logo

#7dfbe5 Color Hex

#7DFBE5
(125,251,229)
0 Favorites   0 Comments

Color spaces of #7dfbe5

RGB 125251229
HSL0.470.940.74
HSV170°50°98°
CMYK 0.500.000.09   0.02
XYZ57.097579.011586.3701
Yxy79.01150.25660.3551
Hunter Lab88.8884-40.89524.6116
CIE-Lab91.2395-40.3521-0.2433

#7dfbe5 color RGB value is (125,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 11100101
Octal 175 373 345
Decimal 125 251 229
Hex 7D FB E5

RGB Percentages of Color #7dfbe5

%20.66
%41.49
%37.85

CMYK Percentages of Color #7dfbe5

%50
%0
%9
%2

Triadic Colors of #7dfbe5

#7dfbe5 #e57dfb #fbe57d

Analogous Colors of #7dfbe5

#7dfbe5 #7dd2fb #7dfba6

Monochromatic Colors of #7dfbe5

#7dfbe5

Complementary Color

#7dfbe5 #fb7d93

#7dfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbe5 Color CSS Codes

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

#7dfbe5 Text Font Color

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

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


#7dfbe5 Background Color

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

This div background color is #7dfbe5


#7dfbe5 Border Color

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

This div border color is #7dfbe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,251,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbe5


Comments

No comments written yet.

Please login to write comment.