Color Hex Logo

#7cecfb Color Hex

#7CECFB
(124,236,251)
0 Favorites   0 Comments

Color spaces of #7cecfb

RGB 124236251
HSL0.520.940.74
HSV187°51°98°
CMYK 0.510.060.00   0.02
XYZ55.720271.2410102.0809
Yxy71.24100.24330.3110
Hunter Lab84.4044-29.8695-12.6238
CIE-Lab87.6020-28.0930-17.1213

#7cecfb color RGB value is (124,236,251).

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

The process color (four color CMYK) of #7cecfb color hex is 0.51, 0.06, 0.00, 0.02. Web safe color of #7cecfb is #66ffff. Color #7cecfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101100 11111011
Octal 174 354 373
Decimal 124 236 251
Hex 7C EC FB

RGB Percentages of Color #7cecfb

%20.29
%38.63
%41.08

CMYK Percentages of Color #7cecfb

%51
%6
%0
%2

Triadic Colors of #7cecfb

#7cecfb #fb7cec #ecfb7c

Analogous Colors of #7cecfb

#7cecfb #7cadfb #7cfbcb

Monochromatic Colors of #7cecfb

#7cecfb

Complementary Color

#7cecfb #fb8b7c

#7cecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cecfb Color CSS Codes

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

#7cecfb Text Font Color

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

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


#7cecfb Background Color

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

This div background color is #7cecfb


#7cecfb Border Color

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

This div border color is #7cecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cecfb

Related Colors


Comments

No comments written yet.

Please login to write comment.