Color Hex Logo

#7fccfb Color Hex

#7FCCFB
(127,204,251)
0 Favorites   0 Comments

Color spaces of #7fccfb

RGB 127204251
HSL0.560.940.74
HSV203°49°98°
CMYK 0.490.190.00   0.02
XYZ47.757854.662899.3007
Yxy54.66280.23680.2710
Hunter Lab73.9343-14.0831-27.8780
CIE-Lab78.8466-11.3203-30.4232

#7fccfb color RGB value is (127,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001100 11111011
Octal 177 314 373
Decimal 127 204 251
Hex 7F CC FB

RGB Percentages of Color #7fccfb

%21.82
%35.05
%43.13

CMYK Percentages of Color #7fccfb

%49
%19
%0
%2

Triadic Colors of #7fccfb

#7fccfb #fb7fcc #ccfb7f

Analogous Colors of #7fccfb

#7fccfb #7f8efb #7ffbec

Monochromatic Colors of #7fccfb

#7fccfb

Complementary Color

#7fccfb #fbae7f

#7fccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fccfb Color CSS Codes

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

#7fccfb Text Font Color

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

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


#7fccfb Background Color

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

This div background color is #7fccfb


#7fccfb Border Color

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

This div border color is #7fccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fccfb

Related Colors


Comments

No comments written yet.

Please login to write comment.