Color Hex Logo

#7deebe Color Hex

#7DEEBE
(125,238,190)
0 Favorites   0 Comments

Color spaces of #7deebe

RGB 125238190
HSL0.430.770.71
HSV155°47°93°
CMYK 0.470.000.20   0.07
XYZ48.326269.226859.5302
Yxy69.22680.27290.3909
Hunter Lab83.2026-41.927315.8208
CIE-Lab86.6162-43.239213.3851

#7deebe color RGB value is (125,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101110 10111110
Octal 175 356 276
Decimal 125 238 190
Hex 7D EE BE

RGB Percentages of Color #7deebe

%22.60
%43.04
%34.36

CMYK Percentages of Color #7deebe

%47
%0
%20
%7

Triadic Colors of #7deebe

#7deebe #be7dee #eebe7d

Analogous Colors of #7deebe

#7deebe #7de6ee #7dee86

Monochromatic Colors of #7deebe

#7deebe

Complementary Color

#7deebe #ee7dad

#7deebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7deebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7deebe Color CSS Codes

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

#7deebe Text Font Color

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

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


#7deebe Background Color

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

This div background color is #7deebe


#7deebe Border Color

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

This div border color is #7deebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7deebe


Comments

No comments written yet.

Please login to write comment.