Color Hex Logo

#7ddfba Color Hex

#7DDFBA
(125,223,186)
0 Favorites   0 Comments

Color spaces of #7ddfba

RGB 125223186
HSL0.440.600.68
HSV157°44°87°
CMYK 0.440.000.17   0.13
XYZ43.708060.680555.8632
Yxy60.68050.27270.3787
Hunter Lab77.8977-36.165512.0094
CIE-Lab82.2067-37.37269.2118

#7ddfba color RGB value is (125,223,186).

#7ddfba hex color red value is 125, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7ddfba hue: 0.44 , saturation: 0.60 and the lightness value of 7ddfba is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 10111010
Octal 175 337 272
Decimal 125 223 186
Hex 7D DF BA

RGB Percentages of Color #7ddfba

%23.41
%41.76
%34.83

CMYK Percentages of Color #7ddfba

%44
%0
%17
%13

Triadic Colors of #7ddfba

#7ddfba #ba7ddf #dfba7d

Analogous Colors of #7ddfba

#7ddfba #7dd3df #7ddf89

Monochromatic Colors of #7ddfba

#7ddfba

Complementary Color

#7ddfba #df7da2

#7ddfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfba Color CSS Codes

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

#7ddfba Text Font Color

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

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


#7ddfba Background Color

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

This div background color is #7ddfba


#7ddfba Border Color

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

This div border color is #7ddfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfba


Comments

No comments written yet.

Please login to write comment.