Color Hex Logo

#7debca Color Hex

#7DEBCA
(125,235,202)
0 Favorites   0 Comments

Color spaces of #7debca

RGB 125235202
HSL0.450.730.71
HSV162°47°92°
CMYK 0.470.000.14   0.08
XYZ48.826468.040966.4369
Yxy68.04090.26640.3712
Hunter Lab82.4869-38.69279.9873
CIE-Lab86.0269-39.32686.2744

#7debca color RGB value is (125,235,202).

#7debca hex color red value is 125, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7debca hue: 0.45 , saturation: 0.73 and the lightness value of 7debca is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101011 11001010
Octal 175 353 312
Decimal 125 235 202
Hex 7D EB CA

RGB Percentages of Color #7debca

%22.24
%41.81
%35.94

CMYK Percentages of Color #7debca

%47
%0
%14
%8

Triadic Colors of #7debca

#7debca #ca7deb #ebca7d

Analogous Colors of #7debca

#7debca #7dd5eb #7deb93

Monochromatic Colors of #7debca

#7debca

Complementary Color

#7debca #eb7d9e

#7debca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7debca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7debca Color CSS Codes

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

#7debca Text Font Color

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

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


#7debca Background Color

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

This div background color is #7debca


#7debca Border Color

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

This div border color is #7debca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7debca


Comments

No comments written yet.

Please login to write comment.