Color Hex Logo

#7ddebc Color Hex

#7DDEBC
(125,222,188)
0 Favorites   0 Comments

Color spaces of #7ddebc

RGB 125222188
HSL0.440.600.68
HSV159°44°87°
CMYK 0.440.000.15   0.13
XYZ43.655860.233456.9023
Yxy60.23340.27150.3746
Hunter Lab77.6102-35.411410.8568
CIE-Lab81.9649-36.48417.8083

#7ddebc color RGB value is (125,222,188).

#7ddebc hex color red value is 125, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ddebc hue: 0.44 , saturation: 0.60 and the lightness value of 7ddebc is 0.68.

The process color (four color CMYK) of #7ddebc color hex is 0.44, 0.00, 0.15, 0.13. Web safe color of #7ddebc is #66cccc. Color #7ddebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10111100
Octal 175 336 274
Decimal 125 222 188
Hex 7D DE BC

RGB Percentages of Color #7ddebc

%23.36
%41.50
%35.14

CMYK Percentages of Color #7ddebc

%44
%0
%15
%13

Triadic Colors of #7ddebc

#7ddebc #bc7dde #debc7d

Analogous Colors of #7ddebc

#7ddebc #7dd0de #7dde8c

Monochromatic Colors of #7ddebc

#7ddebc

Complementary Color

#7ddebc #de7d9f

#7ddebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddebc Color CSS Codes

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

#7ddebc Text Font Color

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

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


#7ddebc Background Color

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

This div background color is #7ddebc


#7ddebc Border Color

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

This div border color is #7ddebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,222,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 #7ddebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddebc


Comments

No comments written yet.

Please login to write comment.