Color Hex Logo

#7fbbfd Color Hex

#7FBBFD
(127,187,253)
0 Favorites   0 Comments

Color spaces of #7fbbfd

RGB 127187253
HSL0.590.970.75
HSV211°50°99°
CMYK 0.500.260.00   0.01
XYZ44.252347.144599.6960
Yxy47.14450.23160.2467
Hunter Lab68.6619-5.1157-38.0249
CIE-Lab74.2821-1.6195-38.5501

#7fbbfd color RGB value is (127,187,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 11111101
Octal 177 273 375
Decimal 127 187 253
Hex 7F BB FD

RGB Percentages of Color #7fbbfd

%22.40
%32.98
%44.62

CMYK Percentages of Color #7fbbfd

%50
%26
%0
%1

Triadic Colors of #7fbbfd

#7fbbfd #fd7fbb #bbfd7f

Analogous Colors of #7fbbfd

#7fbbfd #827ffd #7ffafd

Monochromatic Colors of #7fbbfd

#7fbbfd

Complementary Color

#7fbbfd #fdc17f

#7fbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbfd Color CSS Codes

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

#7fbbfd Text Font Color

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

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


#7fbbfd Background Color

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

This div background color is #7fbbfd


#7fbbfd Border Color

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

This div border color is #7fbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.