Color Hex Logo

#b4cf7e Color Hex

#B4CF7E
(180,207,126)
0 Favorites   0 Comments

Color spaces of #b4cf7e

RGB 180207126
HSL0.220.460.65
HSV80°39°81°
CMYK 0.130.000.39   0.19
XYZ44.901155.835328.1494
Yxy55.83530.34840.4332
Hunter Lab74.7230-23.504629.9706
CIE-Lab79.5200-22.311937.2808

#b4cf7e color RGB value is (180,207,126).

#b4cf7e hex color red value is 180, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b4cf7e hue: 0.22 , saturation: 0.46 and the lightness value of b4cf7e is 0.65.

The process color (four color CMYK) of #b4cf7e color hex is 0.13, 0.00, 0.39, 0.19. Web safe color of #b4cf7e is #cccc66. Color #b4cf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001111 01111110
Octal 264 317 176
Decimal 180 207 126
Hex B4 CF 7E

RGB Percentages of Color #b4cf7e

%35.09
%40.35
%24.56

CMYK Percentages of Color #b4cf7e

%13
%0
%39
%19

Triadic Colors of #b4cf7e

#b4cf7e #7eb4cf #cf7eb4

Analogous Colors of #b4cf7e

#b4cf7e #8ccf7e #cfc27e

Monochromatic Colors of #b4cf7e

#b4cf7e

Complementary Color

#b4cf7e #997ecf

#b4cf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cf7e Color CSS Codes

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

#b4cf7e Text Font Color

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

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


#b4cf7e Background Color

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

This div background color is #b4cf7e


#b4cf7e Border Color

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

This div border color is #b4cf7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,207,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cf7e


Comments

No comments written yet.

Please login to write comment.