Color Hex Logo

#7ddebe Color Hex

#7DDEBE
(125,222,190)
0 Favorites   0 Comments

Color spaces of #7ddebe

RGB 125222190
HSL0.450.600.68
HSV160°44°87°
CMYK 0.440.000.14   0.13
XYZ43.873060.320258.0458
Yxy60.32020.27040.3718
Hunter Lab77.6661-35.082310.0543
CIE-Lab82.0119-36.04816.8174

#7ddebe color RGB value is (125,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10111110
Octal 175 336 276
Decimal 125 222 190
Hex 7D DE BE

RGB Percentages of Color #7ddebe

%23.28
%41.34
%35.38

CMYK Percentages of Color #7ddebe

%44
%0
%14
%13

Triadic Colors of #7ddebe

#7ddebe #be7dde #debe7d

Analogous Colors of #7ddebe

#7ddebe #7dcede #7dde8e

Monochromatic Colors of #7ddebe

#7ddebe

Complementary Color

#7ddebe #de7d9d

#7ddebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddebe Color CSS Codes

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

#7ddebe Text Font Color

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

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


#7ddebe Background Color

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

This div background color is #7ddebe


#7ddebe Border Color

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

This div border color is #7ddebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddebe


Comments

No comments written yet.

Please login to write comment.