Color Hex Logo

#7dfbce Color Hex

#7DFBCE
(125,251,206)
0 Favorites   0 Comments

Color spaces of #7dfbce

RGB 125251206
HSL0.440.940.74
HSV159°50°98°
CMYK 0.500.000.18   0.02
XYZ54.095277.810670.5603
Yxy77.81060.26720.3843
Hunter Lab88.2103-44.902514.3206
CIE-Lab90.6934-45.526410.8808

#7dfbce color RGB value is (125,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111011 11001110
Octal 175 373 316
Decimal 125 251 206
Hex 7D FB CE

RGB Percentages of Color #7dfbce

%21.48
%43.13
%35.40

CMYK Percentages of Color #7dfbce

%50
%0
%18
%2

Triadic Colors of #7dfbce

#7dfbce #ce7dfb #fbce7d

Analogous Colors of #7dfbce

#7dfbce #7de9fb #7dfb8f

Monochromatic Colors of #7dfbce

#7dfbce

Complementary Color

#7dfbce #fb7daa

#7dfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfbce Color CSS Codes

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

#7dfbce Text Font Color

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

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


#7dfbce Background Color

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

This div background color is #7dfbce


#7dfbce Border Color

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

This div border color is #7dfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfbce


Comments

No comments written yet.

Please login to write comment.