Color Hex Logo

#bfe172 Color Hex

#BFE172
(191,225,114)
0 Favorites   0 Comments

Color spaces of #bfe172

RGB 191225114
HSL0.220.650.66
HSV78°49°88°
CMYK 0.150.000.49   0.12
XYZ51.448366.141725.9746
Yxy66.14170.35840.4607
Hunter Lab81.3275-29.403037.9931
CIE-Lab85.0686-28.153350.2169

#bfe172 color RGB value is (191,225,114).

#bfe172 hex color red value is 191, green value is 225 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bfe172 hue: 0.22 , saturation: 0.65 and the lightness value of bfe172 is 0.66.

The process color (four color CMYK) of #bfe172 color hex is 0.15, 0.00, 0.49, 0.12. Web safe color of #bfe172 is #cccc66. Color #bfe172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01110010
Octal 277 341 162
Decimal 191 225 114
Hex BF E1 72

RGB Percentages of Color #bfe172

%36.04
%42.45
%21.51

CMYK Percentages of Color #bfe172

%15
%0
%49
%12

Triadic Colors of #bfe172

#bfe172 #72bfe1 #e172bf

Analogous Colors of #bfe172

#bfe172 #88e172 #e1cc72

Monochromatic Colors of #bfe172

#bfe172

Complementary Color

#bfe172 #9472e1

#bfe172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe172 Color CSS Codes

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

#bfe172 Text Font Color

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

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


#bfe172 Background Color

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

This div background color is #bfe172


#bfe172 Border Color

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

This div border color is #bfe172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe172


Comments

No comments written yet.

Please login to write comment.