Color Hex Logo

#7fbcbe Color Hex

#7FBCBE
(127,188,190)
0 Favorites   0 Comments

Color spaces of #7fbcbe

RGB 127188190
HSL0.510.330.62
HSV182°33°75°
CMYK 0.330.010.00   0.25
XYZ36.029944.196255.3469
Yxy44.19620.26580.3260
Hunter Lab66.4802-19.5998-2.8247
CIE-Lab72.3594-18.9961-7.2714

#7fbcbe color RGB value is (127,188,190).

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

The process color (four color CMYK) of #7fbcbe color hex is 0.33, 0.01, 0.00, 0.25. Web safe color of #7fbcbe is #66cccc. Color #7fbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111100 10111110
Octal 177 274 276
Decimal 127 188 190
Hex 7F BC BE

RGB Percentages of Color #7fbcbe

%25.15
%37.23
%37.62

CMYK Percentages of Color #7fbcbe

%33
%1
%0
%25

Triadic Colors of #7fbcbe

#7fbcbe #be7fbc #bcbe7f

Analogous Colors of #7fbcbe

#7fbcbe #7f9dbe #7fbea1

Monochromatic Colors of #7fbcbe

#7fbcbe

Complementary Color

#7fbcbe #be817f

#7fbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbcbe Color CSS Codes

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

#7fbcbe Text Font Color

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

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


#7fbcbe Background Color

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

This div background color is #7fbcbe


#7fbcbe Border Color

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

This div border color is #7fbcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,188,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 #7fbcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbcbe


Comments

No comments written yet.

Please login to write comment.