Color Hex Logo

#7ddba4 Color Hex

#7DDBA4
(125,219,164)
0 Favorites   0 Comments

Color spaces of #7ddba4

RGB 125219164
HSL0.400.570.67
HSV145°43°86°
CMYK 0.430.000.25   0.14
XYZ40.489857.703344.1258
Yxy57.70330.28450.4055
Hunter Lab75.9627-37.790218.7330
CIE-Lab80.5736-40.047718.5019

#7ddba4 color RGB value is (125,219,164).

#7ddba4 hex color red value is 125, green value is 219 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #7ddba4 hue: 0.40 , saturation: 0.57 and the lightness value of 7ddba4 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011011 10100100
Octal 175 333 244
Decimal 125 219 164
Hex 7D DB A4

RGB Percentages of Color #7ddba4

%24.61
%43.11
%32.28

CMYK Percentages of Color #7ddba4

%43
%0
%25
%14

Triadic Colors of #7ddba4

#7ddba4 #a47ddb #dba47d

Analogous Colors of #7ddba4

#7ddba4 #7ddbd3 #85db7d

Monochromatic Colors of #7ddba4

#7ddba4

Complementary Color

#7ddba4 #db7db4

#7ddba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddba4 Color CSS Codes

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

#7ddba4 Text Font Color

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

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


#7ddba4 Background Color

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

This div background color is #7ddba4


#7ddba4 Border Color

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

This div border color is #7ddba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddba4


Comments

No comments written yet.

Please login to write comment.