Color Hex Logo

#7fbaff Color Hex

#7FBAFF
(127,186,255)
0 Favorites   0 Comments

Color spaces of #7fbaff

RGB 127186255
HSL0.591.000.75
HSV212°50°100°
CMYK 0.500.270.00   0.00
XYZ44.361346.8498101.3126
Yxy46.84980.23040.2433
Hunter Lab68.4469-4.0940-39.8460
CIE-Lab74.0936-0.4891-39.9193

#7fbaff color RGB value is (127,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 11111111
Octal 177 272 377
Decimal 127 186 255
Hex 7F BA FF

RGB Percentages of Color #7fbaff

%22.36
%32.75
%44.89

CMYK Percentages of Color #7fbaff

%50
%27
%0
%0

Triadic Colors of #7fbaff

#7fbaff #ff7fba #baff7f

Analogous Colors of #7fbaff

#7fbaff #847fff #7ffaff

Monochromatic Colors of #7fbaff

#7fbaff

Complementary Color

#7fbaff #ffc47f

#7fbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbaff Color CSS Codes

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

#7fbaff Text Font Color

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

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


#7fbaff Background Color

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

This div background color is #7fbaff


#7fbaff Border Color

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

This div border color is #7fbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbaff

Related Colors


Comments

No comments written yet.

Please login to write comment.