Color Hex Logo

#bfeed5 Color Hex

#BFEED5
(191,238,213)
0 Favorites   0 Comments

Color spaces of #bfeed5

RGB 191238213
HSL0.410.580.84
HSV148°20°93°
CMYK 0.200.000.11   0.07
XYZ64.070677.029574.4421
Yxy77.02950.29730.3574
Hunter Lab87.7665-23.284111.1477
CIE-Lab90.3352-19.93507.1459

#bfeed5 color RGB value is (191,238,213).

#bfeed5 hex color red value is 191, green value is 238 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bfeed5 hue: 0.41 , saturation: 0.58 and the lightness value of bfeed5 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 11010101
Octal 277 356 325
Decimal 191 238 213
Hex BF EE D5

RGB Percentages of Color #bfeed5

%29.75
%37.07
%33.18

CMYK Percentages of Color #bfeed5

%20
%0
%11
%7

Triadic Colors of #bfeed5

#bfeed5 #d5bfee #eed5bf

Analogous Colors of #bfeed5

#bfeed5 #bfeeed #c1eebf

Monochromatic Colors of #bfeed5

#bfeed5

Complementary Color

#bfeed5 #eebfd8

#bfeed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeed5 Color CSS Codes

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

#bfeed5 Text Font Color

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

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


#bfeed5 Background Color

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

This div background color is #bfeed5


#bfeed5 Border Color

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

This div border color is #bfeed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeed5


Comments

No comments written yet.

Please login to write comment.