Color Hex Logo

#7ddeb2 Color Hex

#7DDEB2
(125,222,178)
0 Favorites   0 Comments

Color spaces of #7ddeb2

RGB 125222178
HSL0.420.600.68
HSV153°44°87°
CMYK 0.440.000.20   0.13
XYZ42.614659.816951.4193
Yxy59.81690.27700.3888
Hunter Lab77.3414-36.995114.7209
CIE-Lab81.7386-38.600212.7681

#7ddeb2 color RGB value is (125,222,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10110010
Octal 175 336 262
Decimal 125 222 178
Hex 7D DE B2

RGB Percentages of Color #7ddeb2

%23.81
%42.29
%33.90

CMYK Percentages of Color #7ddeb2

%44
%0
%20
%13

Triadic Colors of #7ddeb2

#7ddeb2 #b27dde #deb27d

Analogous Colors of #7ddeb2

#7ddeb2 #7ddade #7dde82

Monochromatic Colors of #7ddeb2

#7ddeb2

Complementary Color

#7ddeb2 #de7da9

#7ddeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddeb2 Color CSS Codes

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

#7ddeb2 Text Font Color

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

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


#7ddeb2 Background Color

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

This div background color is #7ddeb2


#7ddeb2 Border Color

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

This div border color is #7ddeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddeb2


Comments

No comments written yet.

Please login to write comment.