Color Hex Logo

#7edbdc Color Hex

#7EDBDC
(126,219,220)
0 Favorites   0 Comments

Color spaces of #7edbdc

RGB 126219220
HSL0.500.570.68
HSV181°43°86°
CMYK 0.430.000.00   0.14
XYZ46.854060.266076.8732
Yxy60.26600.25470.3275
Hunter Lab77.6312-28.1216-4.3693
CIE-Lab81.9826-27.3608-9.1527

#7edbdc color RGB value is (126,219,220).

#7edbdc hex color red value is 126, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7edbdc hue: 0.50 , saturation: 0.57 and the lightness value of 7edbdc is 0.68.

The process color (four color CMYK) of #7edbdc color hex is 0.43, 0.00, 0.00, 0.14. Web safe color of #7edbdc is #66cccc. Color #7edbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 11011100
Octal 176 333 334
Decimal 126 219 220
Hex 7E DB DC

RGB Percentages of Color #7edbdc

%22.30
%38.76
%38.94

CMYK Percentages of Color #7edbdc

%43
%0
%0
%14

Triadic Colors of #7edbdc

#7edbdc #dc7edb #dbdc7e

Analogous Colors of #7edbdc

#7edbdc #7eacdc #7edcae

Monochromatic Colors of #7edbdc

#7edbdc

Complementary Color

#7edbdc #dc7f7e

#7edbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edbdc Color CSS Codes

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

#7edbdc Text Font Color

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

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


#7edbdc Background Color

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

This div background color is #7edbdc


#7edbdc Border Color

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

This div border color is #7edbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edbdc


Comments

No comments written yet.

Please login to write comment.