Color Hex Logo

#7fbdfb Color Hex

#7FBDFB
(127,189,251)
0 Favorites   0 Comments

Color spaces of #7fbdfb

RGB 127189251
HSL0.580.940.74
HSV210°49°98°
CMYK 0.490.250.00   0.02
XYZ44.362647.872398.1689
Yxy47.87230.23300.2514
Hunter Lab69.1898-6.6329-35.6898
CIE-Lab74.7443-3.2901-36.7565

#7fbdfb color RGB value is (127,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 11111011
Octal 177 275 373
Decimal 127 189 251
Hex 7F BD FB

RGB Percentages of Color #7fbdfb

%22.40
%33.33
%44.27

CMYK Percentages of Color #7fbdfb

%49
%25
%0
%2

Triadic Colors of #7fbdfb

#7fbdfb #fb7fbd #bdfb7f

Analogous Colors of #7fbdfb

#7fbdfb #7f7ffb #7ffbfb

Monochromatic Colors of #7fbdfb

#7fbdfb

Complementary Color

#7fbdfb #fbbd7f

#7fbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbdfb Color CSS Codes

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

#7fbdfb Text Font Color

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

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


#7fbdfb Background Color

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

This div background color is #7fbdfb


#7fbdfb Border Color

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

This div border color is #7fbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbdfb


Comments

No comments written yet.

Please login to write comment.