Color Hex Logo

#7ddecb Color Hex

#7DDECB
(125,222,203)
0 Favorites   0 Comments

Color spaces of #7ddecb

RGB 125222203
HSL0.470.600.68
HSV168°44°87°
CMYK 0.440.000.09   0.13
XYZ45.358260.914365.8669
Yxy60.91430.26350.3539
Hunter Lab78.0476-32.84624.5966
CIE-Lab82.3326-33.11850.3915

#7ddecb color RGB value is (125,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 11001011
Octal 175 336 313
Decimal 125 222 203
Hex 7D DE CB

RGB Percentages of Color #7ddecb

%22.73
%40.36
%36.91

CMYK Percentages of Color #7ddecb

%44
%0
%9
%13

Triadic Colors of #7ddecb

#7ddecb #cb7dde #decb7d

Analogous Colors of #7ddecb

#7ddecb #7dc1de #7dde9b

Monochromatic Colors of #7ddecb

#7ddecb

Complementary Color

#7ddecb #de7d90

#7ddecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddecb Color CSS Codes

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

#7ddecb Text Font Color

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

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


#7ddecb Background Color

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

This div background color is #7ddecb


#7ddecb Border Color

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

This div border color is #7ddecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddecb


Comments

No comments written yet.

Please login to write comment.