Color Hex Logo

#7fbeff Color Hex

#7FBEFF
(127,190,255)
0 Favorites   0 Comments

Color spaces of #7fbeff

RGB 127190255
HSL0.581.000.75
HSV210°50°100°
CMYK 0.500.250.00   0.00
XYZ45.215948.5589101.5974
Yxy48.55890.23140.2485
Hunter Lab69.6842-6.1243-37.6640
CIE-Lab75.1761-2.6803-38.2357

#7fbeff color RGB value is (127,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11111111
Octal 177 276 377
Decimal 127 190 255
Hex 7F BE FF

RGB Percentages of Color #7fbeff

%22.20
%33.22
%44.58

CMYK Percentages of Color #7fbeff

%50
%25
%0
%0

Triadic Colors of #7fbeff

#7fbeff #ff7fbe #beff7f

Analogous Colors of #7fbeff

#7fbeff #807fff #7ffeff

Monochromatic Colors of #7fbeff

#7fbeff

Complementary Color

#7fbeff #ffc07f

#7fbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeff Color CSS Codes

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

#7fbeff Text Font Color

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

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


#7fbeff Background Color

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

This div background color is #7fbeff


#7fbeff Border Color

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

This div border color is #7fbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeff

#7fbeff Color Palettes


Comments

No comments written yet.

Please login to write comment.