Color Hex Logo

#7fbfdb Color Hex

#7FBFDB
(127,191,219)
0 Favorites   0 Comments

Color spaces of #7fbfdb

RGB 127191219
HSL0.550.560.68
HSV198°42°86°
CMYK 0.420.130.00   0.14
XYZ40.169446.888173.9510
Yxy46.88810.24950.2912
Hunter Lab68.4749-15.1177-16.0992
CIE-Lab74.1181-13.2176-20.4262

#7fbfdb color RGB value is (127,191,219).

#7fbfdb hex color red value is 127, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7fbfdb hue: 0.55 , saturation: 0.56 and the lightness value of 7fbfdb is 0.68.

The process color (four color CMYK) of #7fbfdb color hex is 0.42, 0.13, 0.00, 0.14. Web safe color of #7fbfdb is #66cccc. Color #7fbfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111111 11011011
Octal 177 277 333
Decimal 127 191 219
Hex 7F BF DB

RGB Percentages of Color #7fbfdb

%23.65
%35.57
%40.78

CMYK Percentages of Color #7fbfdb

%42
%13
%0
%14

Triadic Colors of #7fbfdb

#7fbfdb #db7fbf #bfdb7f

Analogous Colors of #7fbfdb

#7fbfdb #7f91db #7fdbc9

Monochromatic Colors of #7fbfdb

#7fbfdb

Complementary Color

#7fbfdb #db9b7f

#7fbfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbfdb Color CSS Codes

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

#7fbfdb Text Font Color

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

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


#7fbfdb Background Color

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

This div background color is #7fbfdb


#7fbfdb Border Color

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

This div border color is #7fbfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbfdb


Comments

No comments written yet.

Please login to write comment.