Color Hex Logo

#7defe2 Color Hex

#7DEFE2
(125,239,226)
0 Favorites   0 Comments

Color spaces of #7defe2

RGB 125239226
HSL0.480.780.71
HSV173°48°94°
CMYK 0.480.000.05   0.06
XYZ53.051471.584082.9725
Yxy71.58400.25550.3448
Hunter Lab84.6073-36.13781.0808
CIE-Lab87.7680-35.5992-3.7685

#7defe2 color RGB value is (125,239,226).

#7defe2 hex color red value is 125, green value is 239 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #7defe2 hue: 0.48 , saturation: 0.78 and the lightness value of 7defe2 is 0.71.

The process color (four color CMYK) of #7defe2 color hex is 0.48, 0.00, 0.05, 0.06. Web safe color of #7defe2 is #66ffcc. Color #7defe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101111 11100010
Octal 175 357 342
Decimal 125 239 226
Hex 7D EF E2

RGB Percentages of Color #7defe2

%21.19
%40.51
%38.31

CMYK Percentages of Color #7defe2

%48
%0
%5
%6

Triadic Colors of #7defe2

#7defe2 #e27def #efe27d

Analogous Colors of #7defe2

#7defe2 #7dc3ef #7defa9

Monochromatic Colors of #7defe2

#7defe2

Complementary Color

#7defe2 #ef7d8a

#7defe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7defe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7defe2 Color CSS Codes

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

#7defe2 Text Font Color

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

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


#7defe2 Background Color

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

This div background color is #7defe2


#7defe2 Border Color

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

This div border color is #7defe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7defe2


Comments

No comments written yet.

Please login to write comment.