Color Hex Logo

#7fbece Color Hex

#7FBECE
(127,190,206)
0 Favorites   0 Comments

Color spaces of #7fbece

RGB 127190206
HSL0.530.450.65
HSV192°38°81°
CMYK 0.380.080.00   0.19
XYZ38.306445.795265.2129
Yxy45.79520.25650.3067
Hunter Lab67.6722-17.3848-9.7649
CIE-Lab73.4124-16.0687-14.4265

#7fbece color RGB value is (127,190,206).

#7fbece hex color red value is 127, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7fbece hue: 0.53 , saturation: 0.45 and the lightness value of 7fbece is 0.65.

The process color (four color CMYK) of #7fbece color hex is 0.38, 0.08, 0.00, 0.19. Web safe color of #7fbece is #66cccc. Color #7fbece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11001110
Octal 177 276 316
Decimal 127 190 206
Hex 7F BE CE

RGB Percentages of Color #7fbece

%24.28
%36.33
%39.39

CMYK Percentages of Color #7fbece

%38
%8
%0
%19

Triadic Colors of #7fbece

#7fbece #ce7fbe #bece7f

Analogous Colors of #7fbece

#7fbece #7f97ce #7fceb7

Monochromatic Colors of #7fbece

#7fbece

Complementary Color

#7fbece #ce8f7f

#7fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbece Color CSS Codes

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

#7fbece Text Font Color

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

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


#7fbece Background Color

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

This div background color is #7fbece


#7fbece Border Color

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

This div border color is #7fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbece


Comments

No comments written yet.

Please login to write comment.