Color Hex Logo

#7fc2fe Color Hex

#7FC2FE
(127,194,254)
0 Favorites   0 Comments

Color spaces of #7fc2fe

RGB 127194254
HSL0.580.980.75
HSV208°50°100°
CMYK 0.500.240.00   0.00
XYZ45.933650.2514101.0445
Yxy50.25140.23290.2548
Hunter Lab70.8882-8.3913-34.8906
CIE-Lab76.2233-5.1398-36.0749

#7fc2fe color RGB value is (127,194,254).

#7fc2fe hex color red value is 127, green value is 194 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7fc2fe hue: 0.58 , saturation: 0.98 and the lightness value of 7fc2fe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11000010 11111110
Octal 177 302 376
Decimal 127 194 254
Hex 7F C2 FE

RGB Percentages of Color #7fc2fe

%22.09
%33.74
%44.17

CMYK Percentages of Color #7fc2fe

%50
%24
%0
%0

Triadic Colors of #7fc2fe

#7fc2fe #fe7fc2 #c2fe7f

Analogous Colors of #7fc2fe

#7fc2fe #7f83fe #7ffefb

Monochromatic Colors of #7fc2fe

#7fc2fe

Complementary Color

#7fc2fe #febb7f

#7fc2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fc2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fc2fe Color CSS Codes

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

#7fc2fe Text Font Color

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

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


#7fc2fe Background Color

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

This div background color is #7fc2fe


#7fc2fe Border Color

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

This div border color is #7fc2fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,194,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7fc2fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fc2fe

Related Colors


Comments

No comments written yet.

Please login to write comment.