Color Hex Logo

#7fbefa Color Hex

#7FBEFA
(127,190,250)
0 Favorites   0 Comments

Color spaces of #7fbefa

RGB 127190250
HSL0.580.920.74
HSV209°49°98°
CMYK 0.490.240.00   0.02
XYZ44.421248.241197.4127
Yxy48.24110.23370.2538
Hunter Lab69.4558-7.3861-34.5359
CIE-Lab74.9767-4.1213-35.8584

#7fbefa color RGB value is (127,190,250).

#7fbefa hex color red value is 127, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7fbefa hue: 0.58 , saturation: 0.92 and the lightness value of 7fbefa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11111010
Octal 177 276 372
Decimal 127 190 250
Hex 7F BE FA

RGB Percentages of Color #7fbefa

%22.40
%33.51
%44.09

CMYK Percentages of Color #7fbefa

%49
%24
%0
%2

Triadic Colors of #7fbefa

#7fbefa #fa7fbe #befa7f

Analogous Colors of #7fbefa

#7fbefa #7f81fa #7ffaf9

Monochromatic Colors of #7fbefa

#7fbefa

Complementary Color

#7fbefa #fabb7f

#7fbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbefa Color CSS Codes

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

#7fbefa Text Font Color

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

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


#7fbefa Background Color

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

This div background color is #7fbefa


#7fbefa Border Color

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

This div border color is #7fbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.