Color Hex Logo

#7dedbb Color Hex

#7DEDBB
(125,237,187)
0 Favorites   0 Comments

Color spaces of #7dedbb

RGB 125237187
HSL0.430.760.71
HSV153°47°93°
CMYK 0.470.000.21   0.07
XYZ47.711368.516257.7240
Yxy68.51620.27430.3939
Hunter Lab82.7745-41.967816.5954
CIE-Lab86.2639-43.420414.4487

#7dedbb color RGB value is (125,237,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 10111011
Octal 175 355 273
Decimal 125 237 187
Hex 7D ED BB

RGB Percentages of Color #7dedbb

%22.77
%43.17
%34.06

CMYK Percentages of Color #7dedbb

%47
%0
%21
%7

Triadic Colors of #7dedbb

#7dedbb #bb7ded #edbb7d

Analogous Colors of #7dedbb

#7dedbb #7de7ed #7ded83

Monochromatic Colors of #7dedbb

#7dedbb

Complementary Color

#7dedbb #ed7daf

#7dedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedbb Color CSS Codes

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

#7dedbb Text Font Color

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

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


#7dedbb Background Color

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

This div background color is #7dedbb


#7dedbb Border Color

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

This div border color is #7dedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedbb


Comments

No comments written yet.

Please login to write comment.