Color Hex Logo

#7ddabc Color Hex

#7DDABC
(125,218,188)
0 Favorites   0 Comments

Color spaces of #7ddabc

RGB 125218188
HSL0.450.560.67
HSV161°43°85°
CMYK 0.430.000.14   0.15
XYZ42.606058.133656.5523
Yxy58.13360.27090.3696
Hunter Lab76.2454-33.68359.3955
CIE-Lab80.8130-34.63656.1533

#7ddabc color RGB value is (125,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011010 10111100
Octal 175 332 274
Decimal 125 218 188
Hex 7D DA BC

RGB Percentages of Color #7ddabc

%23.54
%41.05
%35.40

CMYK Percentages of Color #7ddabc

%43
%0
%14
%15

Triadic Colors of #7ddabc

#7ddabc #bc7dda #dabc7d

Analogous Colors of #7ddabc

#7ddabc #7dcada #7dda8e

Monochromatic Colors of #7ddabc

#7ddabc

Complementary Color

#7ddabc #da7d9b

#7ddabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddabc Color CSS Codes

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

#7ddabc Text Font Color

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

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


#7ddabc Background Color

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

This div background color is #7ddabc


#7ddabc Border Color

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

This div border color is #7ddabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddabc


Comments

No comments written yet.

Please login to write comment.