Color Hex Logo

#7cccfb Color Hex

#7CCCFB
(124,204,251)
0 Favorites   0 Comments

Color spaces of #7cccfb

RGB 124204251
HSL0.560.940.74
HSV202°51°98°
CMYK 0.510.190.00   0.02
XYZ47.317654.435999.2801
Yxy54.43590.23540.2708
Hunter Lab73.7807-14.6392-28.1348
CIE-Lab78.7152-11.9790-30.6364

#7cccfb color RGB value is (124,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 11111011
Octal 174 314 373
Decimal 124 204 251
Hex 7C CC FB

RGB Percentages of Color #7cccfb

%21.42
%35.23
%43.35

CMYK Percentages of Color #7cccfb

%51
%19
%0
%2

Triadic Colors of #7cccfb

#7cccfb #fb7ccc #ccfb7c

Analogous Colors of #7cccfb

#7cccfb #7c8dfb #7cfbeb

Monochromatic Colors of #7cccfb

#7cccfb

Complementary Color

#7cccfb #fbab7c

#7cccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cccfb Color CSS Codes

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

#7cccfb Text Font Color

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

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


#7cccfb Background Color

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

This div background color is #7cccfb


#7cccfb Border Color

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

This div border color is #7cccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cccfb


Comments

No comments written yet.

Please login to write comment.