Color Hex Logo

#7decdb Color Hex

#7DECDB
(125,236,219)
0 Favorites   0 Comments

Color spaces of #7decdb

RGB 125236219
HSL0.470.740.71
HSV171°47°93°
CMYK 0.470.000.07   0.07
XYZ51.239169.465477.7254
Yxy69.46540.25820.3501
Hunter Lab83.3459-36.11773.0504
CIE-Lab86.7340-35.8846-1.6162

#7decdb color RGB value is (125,236,219).

#7decdb hex color red value is 125, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7decdb hue: 0.47 , saturation: 0.74 and the lightness value of 7decdb is 0.71.

The process color (four color CMYK) of #7decdb color hex is 0.47, 0.00, 0.07, 0.07. Web safe color of #7decdb is #66ffcc. Color #7decdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 11011011
Octal 175 354 333
Decimal 125 236 219
Hex 7D EC DB

RGB Percentages of Color #7decdb

%21.55
%40.69
%37.76

CMYK Percentages of Color #7decdb

%47
%0
%7
%7

Triadic Colors of #7decdb

#7decdb #db7dec #ecdb7d

Analogous Colors of #7decdb

#7decdb #7dc6ec #7deca4

Monochromatic Colors of #7decdb

#7decdb

Complementary Color

#7decdb #ec7d8e

#7decdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7decdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7decdb Color CSS Codes

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

#7decdb Text Font Color

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

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


#7decdb Background Color

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

This div background color is #7decdb


#7decdb Border Color

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

This div border color is #7decdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7decdb


Comments

No comments written yet.

Please login to write comment.