Color Hex Logo

#bcd67f Color Hex

#BCD67F
(188,214,127)
0 Favorites   0 Comments

Color spaces of #bcd67f

RGB 188214127
HSL0.220.510.67
HSV78°41°84°
CMYK 0.120.000.41   0.16
XYZ48.616460.316829.1586
Yxy60.31680.35210.4368
Hunter Lab77.6639-24.173632.1045
CIE-Lab82.0101-22.587940.0693

#bcd67f color RGB value is (188,214,127).

#bcd67f hex color red value is 188, green value is 214 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bcd67f hue: 0.22 , saturation: 0.51 and the lightness value of bcd67f is 0.67.

The process color (four color CMYK) of #bcd67f color hex is 0.12, 0.00, 0.41, 0.16. Web safe color of #bcd67f is #cccc66. Color #bcd67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010110 01111111
Octal 274 326 177
Decimal 188 214 127
Hex BC D6 7F

RGB Percentages of Color #bcd67f

%35.54
%40.45
%24.01

CMYK Percentages of Color #bcd67f

%12
%0
%41
%16

Triadic Colors of #bcd67f

#bcd67f #7fbcd6 #d67fbc

Analogous Colors of #bcd67f

#bcd67f #91d67f #d6c57f

Monochromatic Colors of #bcd67f

#bcd67f

Complementary Color

#bcd67f #997fd6

#bcd67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd67f Color CSS Codes

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

#bcd67f Text Font Color

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

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


#bcd67f Background Color

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

This div background color is #bcd67f


#bcd67f Border Color

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

This div border color is #bcd67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd67f


Comments

No comments written yet.

Please login to write comment.