Color Hex Logo

#bfde35 Color Hex

#BFDE35
(191,222,53)
0 Favorites   0 Comments

Color spaces of #bfde35

RGB 19122253
HSL0.200.720.54
HSV71°76°87°
CMYK 0.140.000.76   0.13
XYZ48.249763.576013.0965
Yxy63.57600.38620.5089
Hunter Lab79.7346-31.519946.0757
CIE-Lab83.7445-31.071873.2480

#bfde35 color RGB value is (191,222,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 00110101
Octal 277 336 65
Decimal 191 222 53
Hex BF DE 35

RGB Percentages of Color #bfde35

%40.99
%47.64
%11.37

CMYK Percentages of Color #bfde35

%14
%0
%76
%13

Triadic Colors of #bfde35

#bfde35 #35bfde #de35bf

Analogous Colors of #bfde35

#bfde35 #6bde35 #dea935

Monochromatic Colors of #bfde35

#bfde35

Complementary Color

#bfde35 #5435de

#bfde35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfde35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfde35 Color CSS Codes

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

#bfde35 Text Font Color

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

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


#bfde35 Background Color

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

This div background color is #bfde35


#bfde35 Border Color

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

This div border color is #bfde35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfde35


Comments

No comments written yet.

Please login to write comment.