Color Hex Logo

#7eccef Color Hex

#7ECCEF
(126,204,239)
0 Favorites   0 Comments

Color spaces of #7eccef

RGB 126204239
HSL0.550.780.72
HSV199°47°94°
CMYK 0.470.150.00   0.06
XYZ45.777053.853389.6434
Yxy53.85330.24190.2845
Hunter Lab73.3848-17.0762-21.0565
CIE-Lab78.3761-14.8656-24.7314

#7eccef color RGB value is (126,204,239).

#7eccef hex color red value is 126, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7eccef hue: 0.55 , saturation: 0.78 and the lightness value of 7eccef is 0.72.

The process color (four color CMYK) of #7eccef color hex is 0.47, 0.15, 0.00, 0.06. Web safe color of #7eccef is #66ccff. Color #7eccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001100 11101111
Octal 176 314 357
Decimal 126 204 239
Hex 7E CC EF

RGB Percentages of Color #7eccef

%22.14
%35.85
%42.00

CMYK Percentages of Color #7eccef

%47
%15
%0
%6

Triadic Colors of #7eccef

#7eccef #ef7ecc #ccef7e

Analogous Colors of #7eccef

#7eccef #7e94ef #7eefda

Monochromatic Colors of #7eccef

#7eccef

Complementary Color

#7eccef #efa17e

#7eccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eccef Color CSS Codes

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

#7eccef Text Font Color

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

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


#7eccef Background Color

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

This div background color is #7eccef


#7eccef Border Color

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

This div border color is #7eccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eccef


Comments

No comments written yet.

Please login to write comment.