Color Hex Logo

#7ecffb Color Hex

#7ECFFB
(126,207,251)
0 Favorites   0 Comments

Color spaces of #7ecffb

RGB 126207251
HSL0.560.940.74
HSV201°50°98°
CMYK 0.500.180.00   0.02
XYZ48.329656.026399.5337
Yxy56.02630.23700.2748
Hunter Lab74.8507-15.7349-26.4461
CIE-Lab79.6288-13.1115-29.2263

#7ecffb color RGB value is (126,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11111011
Octal 176 317 373
Decimal 126 207 251
Hex 7E CF FB

RGB Percentages of Color #7ecffb

%21.58
%35.45
%42.98

CMYK Percentages of Color #7ecffb

%50
%18
%0
%2

Triadic Colors of #7ecffb

#7ecffb #fb7ecf #cffb7e

Analogous Colors of #7ecffb

#7ecffb #7e91fb #7efbe9

Monochromatic Colors of #7ecffb

#7ecffb

Complementary Color

#7ecffb #fbaa7e

#7ecffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecffb Color CSS Codes

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

#7ecffb Text Font Color

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

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


#7ecffb Background Color

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

This div background color is #7ecffb


#7ecffb Border Color

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

This div border color is #7ecffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecffb


Comments

No comments written yet.

Please login to write comment.