Color Hex Logo

#7ddcbf Color Hex

#7DDCBF
(125,220,191)
0 Favorites   0 Comments

Color spaces of #7ddcbf

RGB 125220191
HSL0.450.580.68
HSV162°43°86°
CMYK 0.430.000.13   0.14
XYZ43.454659.308058.4475
Yxy59.30800.26960.3679
Hunter Lab77.0117-34.05018.9104
CIE-Lab81.4606-34.90405.4936

#7ddcbf color RGB value is (125,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 10111111
Octal 175 334 277
Decimal 125 220 191
Hex 7D DC BF

RGB Percentages of Color #7ddcbf

%23.32
%41.04
%35.63

CMYK Percentages of Color #7ddcbf

%43
%0
%13
%14

Triadic Colors of #7ddcbf

#7ddcbf #bf7ddc #dcbf7d

Analogous Colors of #7ddcbf

#7ddcbf #7dcadc #7ddc90

Monochromatic Colors of #7ddcbf

#7ddcbf

Complementary Color

#7ddcbf #dc7d9a

#7ddcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddcbf Color CSS Codes

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

#7ddcbf Text Font Color

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

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


#7ddcbf Background Color

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

This div background color is #7ddcbf


#7ddcbf Border Color

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

This div border color is #7ddcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddcbf


Comments

No comments written yet.

Please login to write comment.