Color Hex Logo

#7fbafd Color Hex

#7FBAFD
(127,186,253)
1 Favorites   0 Comments

Color spaces of #7fbafd

RGB 127186253
HSL0.590.970.75
HSV212°50°99°
CMYK 0.500.260.00   0.01
XYZ44.040946.721799.6255
Yxy46.72170.23130.2454
Hunter Lab68.3533-4.6084-38.5684
CIE-Lab74.0114-1.0708-38.9711

#7fbafd color RGB value is (127,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 11111101
Octal 177 272 375
Decimal 127 186 253
Hex 7F BA FD

RGB Percentages of Color #7fbafd

%22.44
%32.86
%44.70

CMYK Percentages of Color #7fbafd

%50
%26
%0
%1

Triadic Colors of #7fbafd

#7fbafd #fd7fba #bafd7f

Analogous Colors of #7fbafd

#7fbafd #837ffd #7ff9fd

Monochromatic Colors of #7fbafd

#7fbafd

Complementary Color

#7fbafd #fdc27f

#7fbafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbafd Color CSS Codes

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

#7fbafd Text Font Color

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

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


#7fbafd Background Color

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

This div background color is #7fbafd


#7fbafd Border Color

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

This div border color is #7fbafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbafd

Related Colors


Comments

No comments written yet.

Please login to write comment.