Color Hex Logo

#bfedbd Color Hex

#BFEDBD
(191,237,189)
0 Favorites   0 Comments

Color spaces of #bfedbd

RGB 191237189
HSL0.330.570.84
HSV118°20°93°
CMYK 0.190.000.20   0.07
XYZ60.955475.318959.4694
Yxy75.31890.31140.3848
Hunter Lab86.7865-26.504920.1227
CIE-Lab89.5422-23.740518.4855

#bfedbd color RGB value is (191,237,189).

#bfedbd hex color red value is 191, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bfedbd hue: 0.33 , saturation: 0.57 and the lightness value of bfedbd is 0.84.

The process color (four color CMYK) of #bfedbd color hex is 0.19, 0.00, 0.20, 0.07. Web safe color of #bfedbd is #ccffcc. Color #bfedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 10111101
Octal 277 355 275
Decimal 191 237 189
Hex BF ED BD

RGB Percentages of Color #bfedbd

%30.96
%38.41
%30.63

CMYK Percentages of Color #bfedbd

%19
%0
%20
%7

Triadic Colors of #bfedbd

#bfedbd #bdbfed #edbdbf

Analogous Colors of #bfedbd

#bfedbd #bdedd3 #d7edbd

Monochromatic Colors of #bfedbd

#bfedbd

Complementary Color

#bfedbd #ebbded

#bfedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedbd Color CSS Codes

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

#bfedbd Text Font Color

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

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


#bfedbd Background Color

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

This div background color is #bfedbd


#bfedbd Border Color

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

This div border color is #bfedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedbd


Comments

No comments written yet.

Please login to write comment.