Color Hex Logo

#7deecf Color Hex

#7DEECF
(125,238,207)
0 Favorites   0 Comments

Color spaces of #7deecf

RGB 125238207
HSL0.450.770.71
HSV164°47°93°
CMYK 0.470.000.13   0.07
XYZ50.294570.014069.8947
Yxy70.01400.26440.3681
Hunter Lab83.6744-39.13849.0461
CIE-Lab87.0037-39.56345.0652

#7deecf color RGB value is (125,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 11001111
Octal 175 356 317
Decimal 125 238 207
Hex 7D EE CF

RGB Percentages of Color #7deecf

%21.93
%41.75
%36.32

CMYK Percentages of Color #7deecf

%47
%0
%13
%7

Triadic Colors of #7deecf

#7deecf #cf7dee #eecf7d

Analogous Colors of #7deecf

#7deecf #7dd5ee #7dee97

Monochromatic Colors of #7deecf

#7deecf

Complementary Color

#7deecf #ee7d9c

#7deecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deecf Color CSS Codes

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

#7deecf Text Font Color

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

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


#7deecf Background Color

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

This div background color is #7deecf


#7deecf Border Color

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

This div border color is #7deecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deecf


Comments

No comments written yet.

Please login to write comment.