Color Hex Logo

#7debda Color Hex

#7DEBDA
(125,235,218)
0 Favorites   0 Comments

Color spaces of #7debda

RGB 125235218
HSL0.470.730.71
HSV171°47°92°
CMYK 0.470.000.07   0.08
XYZ50.820768.838676.9383
Yxy68.83860.25850.3501
Hunter Lab82.9690-35.85993.0979
CIE-Lab86.4241-35.6593-1.5452

#7debda color RGB value is (125,235,218).

#7debda hex color red value is 125, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7debda hue: 0.47 , saturation: 0.73 and the lightness value of 7debda is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11011010
Octal 175 353 332
Decimal 125 235 218
Hex 7D EB DA

RGB Percentages of Color #7debda

%21.63
%40.66
%37.72

CMYK Percentages of Color #7debda

%47
%0
%7
%8

Triadic Colors of #7debda

#7debda #da7deb #ebda7d

Analogous Colors of #7debda

#7debda #7dc5eb #7deba3

Monochromatic Colors of #7debda

#7debda

Complementary Color

#7debda #eb7d8e

#7debda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debda Color CSS Codes

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

#7debda Text Font Color

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

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


#7debda Background Color

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

This div background color is #7debda


#7debda Border Color

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

This div border color is #7debda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debda


Comments

No comments written yet.

Please login to write comment.