Color Hex Logo

#7fb0be Color Hex

#7FB0BE
(127,176,190)
0 Favorites   0 Comments

Color spaces of #7fb0be

RGB 127176190
HSL0.540.330.62
HSV193°33°75°
CMYK 0.330.070.00   0.25
XYZ33.572039.280454.5276
Yxy39.28040.26360.3084
Hunter Lab62.6741-14.0643-7.7115
CIE-Lab68.9539-12.7401-12.3515

#7fb0be color RGB value is (127,176,190).

#7fb0be hex color red value is 127, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7fb0be hue: 0.54 , saturation: 0.33 and the lightness value of 7fb0be is 0.62.

The process color (four color CMYK) of #7fb0be color hex is 0.33, 0.07, 0.00, 0.25. Web safe color of #7fb0be is #6699cc. Color #7fb0be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110000 10111110
Octal 177 260 276
Decimal 127 176 190
Hex 7F B0 BE

RGB Percentages of Color #7fb0be

%25.76
%35.70
%38.54

CMYK Percentages of Color #7fb0be

%33
%7
%0
%25

Triadic Colors of #7fb0be

#7fb0be #be7fb0 #b0be7f

Analogous Colors of #7fb0be

#7fb0be #7f91be #7fbead

Monochromatic Colors of #7fb0be

#7fb0be

Complementary Color

#7fb0be #be8d7f

#7fb0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb0be Color CSS Codes

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

#7fb0be Text Font Color

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

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


#7fb0be Background Color

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

This div background color is #7fb0be


#7fb0be Border Color

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

This div border color is #7fb0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb0be


Comments

No comments written yet.

Please login to write comment.