Color Hex Logo

#bfead4 Color Hex

#BFEAD4
(191,234,212)
0 Favorites   0 Comments

Color spaces of #bfead4

RGB 191234212
HSL0.410.510.83
HSV149°18°92°
CMYK 0.180.000.09   0.08
XYZ62.792374.675573.3917
Yxy74.67550.29780.3541
Hunter Lab86.4150-21.521610.1359
CIE-Lab89.2408-18.15296.0916

#bfead4 color RGB value is (191,234,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11010100
Octal 277 352 324
Decimal 191 234 212
Hex BF EA D4

RGB Percentages of Color #bfead4

%29.98
%36.73
%33.28

CMYK Percentages of Color #bfead4

%18
%0
%9
%8

Triadic Colors of #bfead4

#bfead4 #d4bfea #ead4bf

Analogous Colors of #bfead4

#bfead4 #bfeaea #c0eabf

Monochromatic Colors of #bfead4

#bfead4

Complementary Color

#bfead4 #eabfd5

#bfead4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfead4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfead4 Color CSS Codes

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

#bfead4 Text Font Color

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

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


#bfead4 Background Color

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

This div background color is #bfead4


#bfead4 Border Color

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

This div border color is #bfead4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfead4


Comments

No comments written yet.

Please login to write comment.