Color Hex Logo

#7deebb Color Hex

#7DEEBB
(125,238,187)
0 Favorites   0 Comments

Color spaces of #7deebb

RGB 125238187
HSL0.420.770.71
HSV153°47°93°
CMYK 0.470.000.21   0.07
XYZ48.001669.096957.8208
Yxy69.09690.27440.3950
Hunter Lab83.1245-42.390316.9455
CIE-Lab86.5520-43.857914.8550

#7deebb color RGB value is (125,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 10111011
Octal 175 356 273
Decimal 125 238 187
Hex 7D EE BB

RGB Percentages of Color #7deebb

%22.73
%43.27
%34.00

CMYK Percentages of Color #7deebb

%47
%0
%21
%7

Triadic Colors of #7deebb

#7deebb #bb7dee #eebb7d

Analogous Colors of #7deebb

#7deebb #7de9ee #7dee83

Monochromatic Colors of #7deebb

#7deebb

Complementary Color

#7deebb #ee7db0

#7deebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deebb Color CSS Codes

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

#7deebb Text Font Color

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

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


#7deebb Background Color

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

This div background color is #7deebb


#7deebb Border Color

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

This div border color is #7deebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deebb


Comments

No comments written yet.

Please login to write comment.