Color Hex Logo

#bfeac4 Color Hex

#BFEAC4
(191,234,196)
0 Favorites   0 Comments

Color spaces of #bfeac4

RGB 191234196
HSL0.350.510.83
HSV127°18°92°
CMYK 0.180.000.16   0.08
XYZ60.872573.907563.2818
Yxy73.90750.30730.3732
Hunter Lab85.9695-24.055916.5355
CIE-Lab88.8787-21.076513.9203

#bfeac4 color RGB value is (191,234,196).

#bfeac4 hex color red value is 191, green value is 234 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bfeac4 hue: 0.35 , saturation: 0.51 and the lightness value of bfeac4 is 0.83.

The process color (four color CMYK) of #bfeac4 color hex is 0.18, 0.00, 0.16, 0.08. Web safe color of #bfeac4 is #ccffcc. Color #bfeac4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11000100
Octal 277 352 304
Decimal 191 234 196
Hex BF EA C4

RGB Percentages of Color #bfeac4

%30.76
%37.68
%31.56

CMYK Percentages of Color #bfeac4

%18
%0
%16
%8

Triadic Colors of #bfeac4

#bfeac4 #c4bfea #eac4bf

Analogous Colors of #bfeac4

#bfeac4 #bfeada #d0eabf

Monochromatic Colors of #bfeac4

#bfeac4

Complementary Color

#bfeac4 #eabfe5

#bfeac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeac4 Color CSS Codes

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

#bfeac4 Text Font Color

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

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


#bfeac4 Background Color

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

This div background color is #bfeac4


#bfeac4 Border Color

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

This div border color is #bfeac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeac4


Comments

No comments written yet.

Please login to write comment.