Color Hex Logo

#7fb3fe Color Hex

#7FB3FE
(127,179,254)
0 Favorites   0 Comments

Color spaces of #7fb3fe

RGB 127179254
HSL0.600.980.75
HSV215°50°100°
CMYK 0.500.300.00   0.00
XYZ42.761943.908099.9872
Yxy43.90800.22910.2352
Hunter Lab66.2631-0.7682-43.0810
CIE-Lab72.16703.0971-42.3858

#7fb3fe color RGB value is (127,179,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110011 11111110
Octal 177 263 376
Decimal 127 179 254
Hex 7F B3 FE

RGB Percentages of Color #7fb3fe

%22.68
%31.96
%45.36

CMYK Percentages of Color #7fb3fe

%50
%30
%0
%0

Triadic Colors of #7fb3fe

#7fb3fe #fe7fb3 #b3fe7f

Analogous Colors of #7fb3fe

#7fb3fe #8b7ffe #7ff3fe

Monochromatic Colors of #7fb3fe

#7fb3fe

Complementary Color

#7fb3fe #feca7f

#7fb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb3fe Color CSS Codes

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

#7fb3fe Text Font Color

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

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


#7fb3fe Background Color

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

This div background color is #7fb3fe


#7fb3fe Border Color

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

This div border color is #7fb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb3fe

Related Colors

#7fb3fe Color Palettes


Comments

No comments written yet.

Please login to write comment.