Color Hex Logo

#7fbec1 Color Hex

#7FBEC1
(127,190,193)
0 Favorites   0 Comments

Color spaces of #7fbec1

RGB 127190193
HSL0.510.350.63
HSV183°34°76°
CMYK 0.340.020.00   0.24
XYZ36.791545.189257.2353
Yxy45.18920.26430.3246
Hunter Lab67.2229-19.9460-3.4250
CIE-Lab73.0163-19.2954-7.9339

#7fbec1 color RGB value is (127,190,193).

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

The process color (four color CMYK) of #7fbec1 color hex is 0.34, 0.02, 0.00, 0.24. Web safe color of #7fbec1 is #66cccc. Color #7fbec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11000001
Octal 177 276 301
Decimal 127 190 193
Hex 7F BE C1

RGB Percentages of Color #7fbec1

%24.90
%37.25
%37.84

CMYK Percentages of Color #7fbec1

%34
%2
%0
%24

Triadic Colors of #7fbec1

#7fbec1 #c17fbe #bec17f

Analogous Colors of #7fbec1

#7fbec1 #7f9dc1 #7fc1a3

Monochromatic Colors of #7fbec1

#7fbec1

Complementary Color

#7fbec1 #c1827f

#7fbec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbec1 Color CSS Codes

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

#7fbec1 Text Font Color

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

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


#7fbec1 Background Color

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

This div background color is #7fbec1


#7fbec1 Border Color

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

This div border color is #7fbec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbec1


Comments

No comments written yet.

Please login to write comment.