Color Hex Logo

#7dedbc Color Hex

#7DEDBC
(125,237,188)
0 Favorites   0 Comments

Color spaces of #7dedbc

RGB 125237188
HSL0.430.760.71
HSV154°47°93°
CMYK 0.470.000.21   0.07
XYZ47.818768.559258.2899
Yxy68.55920.27380.3925
Hunter Lab82.8005-41.814016.2214
CIE-Lab86.2853-43.214713.9583

#7dedbc color RGB value is (125,237,188).

#7dedbc hex color red value is 125, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7dedbc hue: 0.43 , saturation: 0.76 and the lightness value of 7dedbc is 0.71.

The process color (four color CMYK) of #7dedbc color hex is 0.47, 0.00, 0.21, 0.07. Web safe color of #7dedbc is #66ffcc. Color #7dedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 10111100
Octal 175 355 274
Decimal 125 237 188
Hex 7D ED BC

RGB Percentages of Color #7dedbc

%22.73
%43.09
%34.18

CMYK Percentages of Color #7dedbc

%47
%0
%21
%7

Triadic Colors of #7dedbc

#7dedbc #bc7ded #edbc7d

Analogous Colors of #7dedbc

#7dedbc #7de6ed #7ded84

Monochromatic Colors of #7dedbc

#7dedbc

Complementary Color

#7dedbc #ed7dae

#7dedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedbc Color CSS Codes

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

#7dedbc Text Font Color

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

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


#7dedbc Background Color

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

This div background color is #7dedbc


#7dedbc Border Color

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

This div border color is #7dedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedbc


Comments

No comments written yet.

Please login to write comment.