Color Hex Logo

#7ecefb Color Hex

#7ECEFB
(126,206,251)
0 Favorites   0 Comments

Color spaces of #7ecefb

RGB 126206251
HSL0.560.940.74
HSV202°50°98°
CMYK 0.500.180.00   0.02
XYZ48.088155.543399.4532
Yxy55.54330.23680.2735
Hunter Lab74.5274-15.2474-26.9505
CIE-Lab79.3532-12.5895-29.6491

#7ecefb color RGB value is (126,206,251).

#7ecefb hex color red value is 126, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ecefb hue: 0.56 , saturation: 0.94 and the lightness value of 7ecefb is 0.74.

The process color (four color CMYK) of #7ecefb color hex is 0.50, 0.18, 0.00, 0.02. Web safe color of #7ecefb is #66ccff. Color #7ecefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001110 11111011
Octal 176 316 373
Decimal 126 206 251
Hex 7E CE FB

RGB Percentages of Color #7ecefb

%21.61
%35.33
%43.05

CMYK Percentages of Color #7ecefb

%50
%18
%0
%2

Triadic Colors of #7ecefb

#7ecefb #fb7ece #cefb7e

Analogous Colors of #7ecefb

#7ecefb #7e90fb #7efbea

Monochromatic Colors of #7ecefb

#7ecefb

Complementary Color

#7ecefb #fbab7e

#7ecefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecefb Color CSS Codes

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

#7ecefb Text Font Color

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

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


#7ecefb Background Color

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

This div background color is #7ecefb


#7ecefb Border Color

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

This div border color is #7ecefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecefb


Comments

No comments written yet.

Please login to write comment.