Color Hex Logo

#7fdbfa Color Hex

#7FDBFA
(127,219,250)
0 Favorites   0 Comments

Color spaces of #7fdbfa

RGB 127219250
HSL0.540.920.74
HSV195°49°98°
CMYK 0.490.120.00   0.02
XYZ51.339262.077299.7187
Yxy62.07720.24090.2913
Hunter Lab78.7891-21.5698-19.8875
CIE-Lab82.9545-19.3287-23.6125

#7fdbfa color RGB value is (127,219,250).

#7fdbfa hex color red value is 127, green value is 219 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7fdbfa hue: 0.54 , saturation: 0.92 and the lightness value of 7fdbfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 11111010
Octal 177 333 372
Decimal 127 219 250
Hex 7F DB FA

RGB Percentages of Color #7fdbfa

%21.31
%36.74
%41.95

CMYK Percentages of Color #7fdbfa

%49
%12
%0
%2

Triadic Colors of #7fdbfa

#7fdbfa #fa7fdb #dbfa7f

Analogous Colors of #7fdbfa

#7fdbfa #7f9efa #7ffadc

Monochromatic Colors of #7fdbfa

#7fdbfa

Complementary Color

#7fdbfa #fa9e7f

#7fdbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbfa Color CSS Codes

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

#7fdbfa Text Font Color

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

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


#7fdbfa Background Color

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

This div background color is #7fdbfa


#7fdbfa Border Color

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

This div border color is #7fdbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbfa


Comments

No comments written yet.

Please login to write comment.