Color Hex Logo

#bfeca4 Color Hex

#BFECA4
(191,236,164)
0 Favorites   0 Comments

Color spaces of #bfeca4

RGB 191236164
HSL0.270.650.78
HSV98°31°93°
CMYK 0.190.000.31   0.07
XYZ58.182273.747646.2901
Yxy73.74760.32650.4138
Hunter Lab85.8764-29.348128.1543
CIE-Lab88.8031-27.195430.3094

#bfeca4 color RGB value is (191,236,164).

#bfeca4 hex color red value is 191, green value is 236 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bfeca4 hue: 0.27 , saturation: 0.65 and the lightness value of bfeca4 is 0.78.

The process color (four color CMYK) of #bfeca4 color hex is 0.19, 0.00, 0.31, 0.07. Web safe color of #bfeca4 is #ccff99. Color #bfeca4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 10100100
Octal 277 354 244
Decimal 191 236 164
Hex BF EC A4

RGB Percentages of Color #bfeca4

%32.32
%39.93
%27.75

CMYK Percentages of Color #bfeca4

%19
%0
%31
%7

Triadic Colors of #bfeca4

#bfeca4 #a4bfec #eca4bf

Analogous Colors of #bfeca4

#bfeca4 #a4ecad #e3eca4

Monochromatic Colors of #bfeca4

#bfeca4

Complementary Color

#bfeca4 #d1a4ec

#bfeca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeca4 Color CSS Codes

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

#bfeca4 Text Font Color

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

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


#bfeca4 Background Color

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

This div background color is #bfeca4


#bfeca4 Border Color

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

This div border color is #bfeca4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,236,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfeca4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfeca4;
  -webkit-box-shadow: 1px 1px 3px 2px #bfeca4;
  box-shadow:         1px 1px 3px 2px #bfeca4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,236,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeca4


Comments

No comments written yet.

Please login to write comment.