Color Hex Logo

#bfdd30 Color Hex

#BFDD30
(191,221,48)
0 Favorites   0 Comments

Color spaces of #bfdd30

RGB 19122148
HSL0.200.720.53
HSV70°78°87°
CMYK 0.140.000.78   0.13
XYZ47.875863.002712.4337
Yxy63.00270.38820.5109
Hunter Lab79.3742-31.239946.2744
CIE-Lab83.4438-30.808674.4239

#bfdd30 color RGB value is (191,221,48).

#bfdd30 hex color red value is 191, green value is 221 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfdd30 hue: 0.20 , saturation: 0.72 and the lightness value of bfdd30 is 0.53.

The process color (four color CMYK) of #bfdd30 color hex is 0.14, 0.00, 0.78, 0.13. Web safe color of #bfdd30 is #cccc33. Color #bfdd30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 00110000
Octal 277 335 60
Decimal 191 221 48
Hex BF DD 30

RGB Percentages of Color #bfdd30

%41.52
%48.04
%10.43

CMYK Percentages of Color #bfdd30

%14
%0
%78
%13

Triadic Colors of #bfdd30

#bfdd30 #30bfdd #dd30bf

Analogous Colors of #bfdd30

#bfdd30 #69dd30 #dda530

Monochromatic Colors of #bfdd30

#bfdd30

Complementary Color

#bfdd30 #4e30dd

#bfdd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd30 Color CSS Codes

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

#bfdd30 Text Font Color

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

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


#bfdd30 Background Color

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

This div background color is #bfdd30


#bfdd30 Border Color

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

This div border color is #bfdd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd30


Comments

No comments written yet.

Please login to write comment.