Color Hex Logo

#7edfbc Color Hex

#7EDFBC
(126,223,188)
0 Favorites   0 Comments

Color spaces of #7edfbc

RGB 126223188
HSL0.440.600.68
HSV158°43°87°
CMYK 0.430.000.16   0.13
XYZ44.069060.841856.9979
Yxy60.84180.27220.3758
Hunter Lab78.0012-35.653311.2757
CIE-Lab82.2936-36.68788.2849

#7edfbc color RGB value is (126,223,188).

#7edfbc hex color red value is 126, green value is 223 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7edfbc hue: 0.44 , saturation: 0.60 and the lightness value of 7edfbc is 0.68.

The process color (four color CMYK) of #7edfbc color hex is 0.43, 0.00, 0.16, 0.13. Web safe color of #7edfbc is #66cccc. Color #7edfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 10111100
Octal 176 337 274
Decimal 126 223 188
Hex 7E DF BC

RGB Percentages of Color #7edfbc

%23.46
%41.53
%35.01

CMYK Percentages of Color #7edfbc

%43
%0
%16
%13

Triadic Colors of #7edfbc

#7edfbc #bc7edf #dfbc7e

Analogous Colors of #7edfbc

#7edfbc #7ed2df #7edf8c

Monochromatic Colors of #7edfbc

#7edfbc

Complementary Color

#7edfbc #df7ea1

#7edfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfbc Color CSS Codes

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

#7edfbc Text Font Color

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

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


#7edfbc Background Color

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

This div background color is #7edfbc


#7edfbc Border Color

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

This div border color is #7edfbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,223,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7edfbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7edfbc;
  -webkit-box-shadow: 1px 1px 3px 2px #7edfbc;
  box-shadow:         1px 1px 3px 2px #7edfbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,223,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfbc


Comments

No comments written yet.

Please login to write comment.