Color Hex Logo

#7decbb Color Hex

#7DECBB
(125,236,187)
0 Favorites   0 Comments

Color spaces of #7decbb

RGB 125236187
HSL0.430.740.71
HSV154°47°93°
CMYK 0.470.000.21   0.07
XYZ47.422567.938757.6278
Yxy67.93870.27410.3927
Hunter Lab82.4249-41.545116.2446
CIE-Lab85.9758-42.981914.0419

#7decbb color RGB value is (125,236,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 10111011
Octal 175 354 273
Decimal 125 236 187
Hex 7D EC BB

RGB Percentages of Color #7decbb

%22.81
%43.07
%34.12

CMYK Percentages of Color #7decbb

%47
%0
%21
%7

Triadic Colors of #7decbb

#7decbb #bb7dec #ecbb7d

Analogous Colors of #7decbb

#7decbb #7de6ec #7dec84

Monochromatic Colors of #7decbb

#7decbb

Complementary Color

#7decbb #ec7dae

#7decbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7decbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7decbb Color CSS Codes

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

#7decbb Text Font Color

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

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


#7decbb Background Color

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

This div background color is #7decbb


#7decbb Border Color

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

This div border color is #7decbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7decbb


Comments

No comments written yet.

Please login to write comment.