Color Hex Logo

#7ecbfb Color Hex

#7ECBFB
(126,203,251)
0 Favorites   0 Comments

Color spaces of #7ecbfb

RGB 126203251
HSL0.560.940.74
HSV203°50°98°
CMYK 0.500.190.00   0.02
XYZ47.372754.112599.2147
Yxy54.11250.23600.2696
Hunter Lab73.5612-13.7798-28.4738
CIE-Lab78.5273-11.0151-30.9178

#7ecbfb color RGB value is (126,203,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001011 11111011
Octal 176 313 373
Decimal 126 203 251
Hex 7E CB FB

RGB Percentages of Color #7ecbfb

%21.72
%35.00
%43.28

CMYK Percentages of Color #7ecbfb

%50
%19
%0
%2

Triadic Colors of #7ecbfb

#7ecbfb #fb7ecb #cbfb7e

Analogous Colors of #7ecbfb

#7ecbfb #7e8dfb #7efbed

Monochromatic Colors of #7ecbfb

#7ecbfb

Complementary Color

#7ecbfb #fbae7e

#7ecbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecbfb Color CSS Codes

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

#7ecbfb Text Font Color

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

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


#7ecbfb Background Color

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

This div background color is #7ecbfb


#7ecbfb Border Color

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

This div border color is #7ecbfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,203,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 #7ecbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.