Color Hex Logo

#bfe348 Color Hex

#BFE348
(191,227,72)
0 Favorites   0 Comments

Color spaces of #bfe348

RGB 19122772
HSL0.210.730.59
HSV74°68°89°
CMYK 0.160.000.68   0.11
XYZ50.124666.482416.3214
Yxy66.48240.37710.5001
Hunter Lab81.5367-32.956745.2075
CIE-Lab85.2419-32.425168.3131

#bfe348 color RGB value is (191,227,72).

#bfe348 hex color red value is 191, green value is 227 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bfe348 hue: 0.21 , saturation: 0.73 and the lightness value of bfe348 is 0.59.

The process color (four color CMYK) of #bfe348 color hex is 0.16, 0.00, 0.68, 0.11. Web safe color of #bfe348 is #cccc33. Color #bfe348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 01001000
Octal 277 343 110
Decimal 191 227 72
Hex BF E3 48

RGB Percentages of Color #bfe348

%38.98
%46.33
%14.69

CMYK Percentages of Color #bfe348

%16
%0
%68
%11

Triadic Colors of #bfe348

#bfe348 #48bfe3 #e348bf

Analogous Colors of #bfe348

#bfe348 #72e348 #e3ba48

Monochromatic Colors of #bfe348

#bfe348

Complementary Color

#bfe348 #6c48e3

#bfe348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe348 Color CSS Codes

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

#bfe348 Text Font Color

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

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


#bfe348 Background Color

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

This div background color is #bfe348


#bfe348 Border Color

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

This div border color is #bfe348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe348


Comments

No comments written yet.

Please login to write comment.