Color Hex Logo

#b6cfbe Color Hex

#B6CFBE
(182,207,190)
0 Favorites   0 Comments

Color spaces of #b6cfbe

RGB 182207190
HSL0.390.210.76
HSV139°12°81°
CMYK 0.120.000.08   0.19
XYZ50.898558.288457.2834
Yxy58.28840.30580.3501
Hunter Lab76.3468-14.60568.9572
CIE-Lab80.8989-11.63685.6115

#b6cfbe color RGB value is (182,207,190).

#b6cfbe hex color red value is 182, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b6cfbe hue: 0.39 , saturation: 0.21 and the lightness value of b6cfbe is 0.76.

The process color (four color CMYK) of #b6cfbe color hex is 0.12, 0.00, 0.08, 0.19. Web safe color of #b6cfbe is #cccccc. Color #b6cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 10111110
Octal 266 317 276
Decimal 182 207 190
Hex B6 CF BE

RGB Percentages of Color #b6cfbe

%31.43
%35.75
%32.82

CMYK Percentages of Color #b6cfbe

%12
%0
%8
%19

Triadic Colors of #b6cfbe

#b6cfbe #beb6cf #cfbeb6

Analogous Colors of #b6cfbe

#b6cfbe #b6cfcb #bbcfb6

Monochromatic Colors of #b6cfbe

#b6cfbe

Complementary Color

#b6cfbe #cfb6c7

#b6cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfbe Color CSS Codes

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

#b6cfbe Text Font Color

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

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


#b6cfbe Background Color

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

This div background color is #b6cfbe


#b6cfbe Border Color

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

This div border color is #b6cfbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,207,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6cfbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6cfbe;
  -webkit-box-shadow: 1px 1px 3px 2px #b6cfbe;
  box-shadow:         1px 1px 3px 2px #b6cfbe; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfbe


Comments

No comments written yet.

Please login to write comment.