Color Hex Logo

#7ddabb Color Hex

#7DDABB
(125,218,187)
0 Favorites   0 Comments

Color spaces of #7ddabb

RGB 125218187
HSL0.440.560.67
HSV160°43°85°
CMYK 0.430.000.14   0.15
XYZ42.498558.090655.9864
Yxy58.09060.27140.3710
Hunter Lab76.2172-33.84909.7997
CIE-Lab80.7891-34.85576.6502

#7ddabb color RGB value is (125,218,187).

#7ddabb hex color red value is 125, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7ddabb hue: 0.44 , saturation: 0.56 and the lightness value of 7ddabb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 10111011
Octal 175 332 273
Decimal 125 218 187
Hex 7D DA BB

RGB Percentages of Color #7ddabb

%23.58
%41.13
%35.28

CMYK Percentages of Color #7ddabb

%43
%0
%14
%15

Triadic Colors of #7ddabb

#7ddabb #bb7dda #dabb7d

Analogous Colors of #7ddabb

#7ddabb #7dcbda #7dda8d

Monochromatic Colors of #7ddabb

#7ddabb

Complementary Color

#7ddabb #da7d9c

#7ddabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddabb Color CSS Codes

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

#7ddabb Text Font Color

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

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


#7ddabb Background Color

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

This div background color is #7ddabb


#7ddabb Border Color

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

This div border color is #7ddabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddabb


Comments

No comments written yet.

Please login to write comment.