Color Hex Logo

#7debcf Color Hex

#7DEBCF
(125,235,207)
0 Favorites   0 Comments

Color spaces of #7debcf

RGB 125235207
HSL0.460.730.71
HSV165°47°92°
CMYK 0.470.000.12   0.08
XYZ49.428368.281669.6060
Yxy68.28160.26390.3645
Hunter Lab82.6327-37.83407.8997
CIE-Lab86.1471-38.20603.8261

#7debcf color RGB value is (125,235,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11001111
Octal 175 353 317
Decimal 125 235 207
Hex 7D EB CF

RGB Percentages of Color #7debcf

%22.05
%41.45
%36.51

CMYK Percentages of Color #7debcf

%47
%0
%12
%8

Triadic Colors of #7debcf

#7debcf #cf7deb #ebcf7d

Analogous Colors of #7debcf

#7debcf #7dd0eb #7deb98

Monochromatic Colors of #7debcf

#7debcf

Complementary Color

#7debcf #eb7d99

#7debcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debcf Color CSS Codes

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

#7debcf Text Font Color

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

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


#7debcf Background Color

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

This div background color is #7debcf


#7debcf Border Color

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

This div border color is #7debcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debcf


Comments

No comments written yet.

Please login to write comment.