Color Hex Logo

#bfe190 Color Hex

#BFE190
(191,225,144)
0 Favorites   0 Comments

Color spaces of #bfe190

RGB 191225144
HSL0.240.570.72
HSV85°36°88°
CMYK 0.150.000.36   0.12
XYZ53.445166.940436.4895
Yxy66.94040.34070.4267
Hunter Lab81.8171-26.579030.8293
CIE-Lab85.4738-24.694836.0345

#bfe190 color RGB value is (191,225,144).

#bfe190 hex color red value is 191, green value is 225 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bfe190 hue: 0.24 , saturation: 0.57 and the lightness value of bfe190 is 0.72.

The process color (four color CMYK) of #bfe190 color hex is 0.15, 0.00, 0.36, 0.12. Web safe color of #bfe190 is #cccc99. Color #bfe190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10010000
Octal 277 341 220
Decimal 191 225 144
Hex BF E1 90

RGB Percentages of Color #bfe190

%34.11
%40.18
%25.71

CMYK Percentages of Color #bfe190

%15
%0
%36
%12

Triadic Colors of #bfe190

#bfe190 #90bfe1 #e190bf

Analogous Colors of #bfe190

#bfe190 #97e190 #e1db90

Monochromatic Colors of #bfe190

#bfe190

Complementary Color

#bfe190 #b290e1

#bfe190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe190 Color CSS Codes

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

#bfe190 Text Font Color

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

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


#bfe190 Background Color

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

This div background color is #bfe190


#bfe190 Border Color

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

This div border color is #bfe190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe190


Comments

No comments written yet.

Please login to write comment.