Color Hex Logo

#7de5bb Color Hex

#7DE5BB
(125,229,187)
0 Favorites   0 Comments

Color spaces of #7de5bb

RGB 125229187
HSL0.430.670.69
HSV156°45°90°
CMYK 0.450.000.18   0.10
XYZ45.446463.986556.9691
Yxy63.98650.27310.3845
Hunter Lab79.9916-38.572313.7684
CIE-Lab83.9587-39.874411.1830

#7de5bb color RGB value is (125,229,187).

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

The process color (four color CMYK) of #7de5bb color hex is 0.45, 0.00, 0.18, 0.10. Web safe color of #7de5bb is #66cccc. Color #7de5bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100101 10111011
Octal 175 345 273
Decimal 125 229 187
Hex 7D E5 BB

RGB Percentages of Color #7de5bb

%23.11
%42.33
%34.57

CMYK Percentages of Color #7de5bb

%45
%0
%18
%10

Triadic Colors of #7de5bb

#7de5bb #bb7de5 #e5bb7d

Analogous Colors of #7de5bb

#7de5bb #7ddbe5 #7de587

Monochromatic Colors of #7de5bb

#7de5bb

Complementary Color

#7de5bb #e57da7

#7de5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de5bb Color CSS Codes

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

#7de5bb Text Font Color

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

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


#7de5bb Background Color

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

This div background color is #7de5bb


#7de5bb Border Color

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

This div border color is #7de5bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,229,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 #7de5bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de5bb


Comments

No comments written yet.

Please login to write comment.