Color Hex Logo

#7fbbd6 Color Hex

#7FBBD6
(127,187,214)
0 Favorites   0 Comments

Color spaces of #7fbbd6

RGB 127187214
HSL0.550.510.67
HSV199°41°84°
CMYK 0.410.130.00   0.16
XYZ38.660344.907770.2488
Yxy44.90770.25130.2920
Hunter Lab67.0132-14.2954-15.2434
CIE-Lab72.8311-12.4289-19.6612

#7fbbd6 color RGB value is (127,187,214).

#7fbbd6 hex color red value is 127, green value is 187 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #7fbbd6 hue: 0.55 , saturation: 0.51 and the lightness value of 7fbbd6 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 11010110
Octal 177 273 326
Decimal 127 187 214
Hex 7F BB D6

RGB Percentages of Color #7fbbd6

%24.05
%35.42
%40.53

CMYK Percentages of Color #7fbbd6

%41
%13
%0
%16

Triadic Colors of #7fbbd6

#7fbbd6 #d67fbb #bbd67f

Analogous Colors of #7fbbd6

#7fbbd6 #7f90d6 #7fd6c6

Monochromatic Colors of #7fbbd6

#7fbbd6

Complementary Color

#7fbbd6 #d69a7f

#7fbbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbd6 Color CSS Codes

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

#7fbbd6 Text Font Color

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

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


#7fbbd6 Background Color

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

This div background color is #7fbbd6


#7fbbd6 Border Color

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

This div border color is #7fbbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbd6


Comments

No comments written yet.

Please login to write comment.