Color Hex Logo

#7decba Color Hex

#7DECBA
(125,236,186)
0 Favorites   0 Comments

Color spaces of #7decba

RGB 125236186
HSL0.420.740.71
HSV153°47°93°
CMYK 0.470.000.21   0.07
XYZ47.315867.896057.0658
Yxy67.89600.27460.3941
Hunter Lab82.3990-41.698716.6178
CIE-Lab85.9544-43.187414.5327

#7decba color RGB value is (125,236,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 10111010
Octal 175 354 272
Decimal 125 236 186
Hex 7D EC BA

RGB Percentages of Color #7decba

%22.85
%43.14
%34.00

CMYK Percentages of Color #7decba

%47
%0
%21
%7

Triadic Colors of #7decba

#7decba #ba7dec #ecba7d

Analogous Colors of #7decba

#7decba #7de7ec #7dec83

Monochromatic Colors of #7decba

#7decba

Complementary Color

#7decba #ec7daf

#7decba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7decba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7decba Color CSS Codes

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

#7decba Text Font Color

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

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


#7decba Background Color

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

This div background color is #7decba


#7decba Border Color

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

This div border color is #7decba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7decba


Comments

No comments written yet.

Please login to write comment.