Color Hex Logo

#7dcebd Color Hex

#7DCEBD
(125,206,189)
0 Favorites   0 Comments

Color spaces of #7dcebd

RGB 125206189
HSL0.470.450.65
HSV167°39°81°
CMYK 0.390.000.08   0.19
XYZ39.714152.176756.1221
Yxy52.17670.26830.3525
Hunter Lab72.2334-28.26884.4978
CIE-Lab77.3864-28.72790.6540

#7dcebd color RGB value is (125,206,189).

#7dcebd hex color red value is 125, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7dcebd hue: 0.47 , saturation: 0.45 and the lightness value of 7dcebd is 0.65.

The process color (four color CMYK) of #7dcebd color hex is 0.39, 0.00, 0.08, 0.19. Web safe color of #7dcebd is #66cccc. Color #7dcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001110 10111101
Octal 175 316 275
Decimal 125 206 189
Hex 7D CE BD

RGB Percentages of Color #7dcebd

%24.04
%39.62
%36.35

CMYK Percentages of Color #7dcebd

%39
%0
%8
%19

Triadic Colors of #7dcebd

#7dcebd #bd7dce #cebd7d

Analogous Colors of #7dcebd

#7dcebd #7db7ce #7dce95

Monochromatic Colors of #7dcebd

#7dcebd

Complementary Color

#7dcebd #ce7d8e

#7dcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcebd Color CSS Codes

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

#7dcebd Text Font Color

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

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


#7dcebd Background Color

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

This div background color is #7dcebd


#7dcebd Border Color

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

This div border color is #7dcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcebd


Comments

No comments written yet.

Please login to write comment.