Color Hex Logo

#7dedcb Color Hex

#7DEDCB
(125,237,203)
0 Favorites   0 Comments

Color spaces of #7dedcb

RGB 125237203
HSL0.450.760.71
HSV162°47°93°
CMYK 0.470.000.14   0.07
XYZ49.521169.240167.2546
Yxy69.24010.26620.3722
Hunter Lab83.2106-39.388010.3266
CIE-Lab86.6228-40.00526.6087

#7dedcb color RGB value is (125,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101101 11001011
Octal 175 355 313
Decimal 125 237 203
Hex 7D ED CB

RGB Percentages of Color #7dedcb

%22.12
%41.95
%35.93

CMYK Percentages of Color #7dedcb

%47
%0
%14
%7

Triadic Colors of #7dedcb

#7dedcb #cb7ded #edcb7d

Analogous Colors of #7dedcb

#7dedcb #7dd7ed #7ded93

Monochromatic Colors of #7dedcb

#7dedcb

Complementary Color

#7dedcb #ed7d9f

#7dedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dedcb Color CSS Codes

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

#7dedcb Text Font Color

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

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


#7dedcb Background Color

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

This div background color is #7dedcb


#7dedcb Border Color

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

This div border color is #7dedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dedcb


Comments

No comments written yet.

Please login to write comment.