Color Hex Logo

#7ec1df Color Hex

#7EC1DF
(126,193,223)
0 Favorites   0 Comments

Color spaces of #7ec1df

RGB 126193223
HSL0.550.600.68
HSV199°43°87°
CMYK 0.430.130.00   0.13
XYZ40.993447.903376.8977
Yxy47.90330.24730.2889
Hunter Lab69.2122-15.3984-17.4252
CIE-Lab74.7639-13.4528-21.6176

#7ec1df color RGB value is (126,193,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000001 11011111
Octal 176 301 337
Decimal 126 193 223
Hex 7E C1 DF

RGB Percentages of Color #7ec1df

%23.25
%35.61
%41.14

CMYK Percentages of Color #7ec1df

%43
%13
%0
%13

Triadic Colors of #7ec1df

#7ec1df #df7ec1 #c1df7e

Analogous Colors of #7ec1df

#7ec1df #7e91df #7edfcd

Monochromatic Colors of #7ec1df

#7ec1df

Complementary Color

#7ec1df #df9c7e

#7ec1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec1df Color CSS Codes

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

#7ec1df Text Font Color

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

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


#7ec1df Background Color

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

This div background color is #7ec1df


#7ec1df Border Color

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

This div border color is #7ec1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec1df


Comments

No comments written yet.

Please login to write comment.