Color Hex Logo

#bfe1c4 Color Hex

#BFE1C4
(191,225,196)
0 Favorites   0 Comments

Color spaces of #bfe1c4

RGB 191225196
HSL0.360.360.82
HSV129°15°88°
CMYK 0.150.000.13   0.12
XYZ58.374968.912362.4493
Yxy68.91230.30770.3632
Hunter Lab83.0134-19.752613.5068
CIE-Lab86.4606-16.630410.4863

#bfe1c4 color RGB value is (191,225,196).

#bfe1c4 hex color red value is 191, green value is 225 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #bfe1c4 hue: 0.36 , saturation: 0.36 and the lightness value of bfe1c4 is 0.82.

The process color (four color CMYK) of #bfe1c4 color hex is 0.15, 0.00, 0.13, 0.12. Web safe color of #bfe1c4 is #cccccc. Color #bfe1c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 11000100
Octal 277 341 304
Decimal 191 225 196
Hex BF E1 C4

RGB Percentages of Color #bfe1c4

%31.21
%36.76
%32.03

CMYK Percentages of Color #bfe1c4

%15
%0
%13
%12

Triadic Colors of #bfe1c4

#bfe1c4 #c4bfe1 #e1c4bf

Analogous Colors of #bfe1c4

#bfe1c4 #bfe1d5 #cbe1bf

Monochromatic Colors of #bfe1c4

#bfe1c4

Complementary Color

#bfe1c4 #e1bfdc

#bfe1c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1c4 Color CSS Codes

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

#bfe1c4 Text Font Color

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

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


#bfe1c4 Background Color

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

This div background color is #bfe1c4


#bfe1c4 Border Color

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

This div border color is #bfe1c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1c4

#bfe1c4 Color Palettes


Comments

No comments written yet.

Please login to write comment.