Color Hex Logo

#bfed55 Color Hex

#BFED55
(191,237,85)
0 Favorites   0 Comments

Color spaces of #bfed55

RGB 19123785
HSL0.220.810.63
HSV78°64°93°
CMYK 0.190.000.64   0.07
XYZ53.409772.300619.7348
Yxy72.30060.36720.4971
Hunter Lab85.0298-36.681045.7600
CIE-Lab88.1131-36.162066.3207

#bfed55 color RGB value is (191,237,85).

#bfed55 hex color red value is 191, green value is 237 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bfed55 hue: 0.22 , saturation: 0.81 and the lightness value of bfed55 is 0.63.

The process color (four color CMYK) of #bfed55 color hex is 0.19, 0.00, 0.64, 0.07. Web safe color of #bfed55 is #ccff66. Color #bfed55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 01010101
Octal 277 355 125
Decimal 191 237 85
Hex BF ED 55

RGB Percentages of Color #bfed55

%37.23
%46.20
%16.57

CMYK Percentages of Color #bfed55

%19
%0
%64
%7

Triadic Colors of #bfed55

#bfed55 #55bfed #ed55bf

Analogous Colors of #bfed55

#bfed55 #73ed55 #edcf55

Monochromatic Colors of #bfed55

#bfed55

Complementary Color

#bfed55 #8355ed

#bfed55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfed55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfed55 Color CSS Codes

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

#bfed55 Text Font Color

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

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


#bfed55 Background Color

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

This div background color is #bfed55


#bfed55 Border Color

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

This div border color is #bfed55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfed55


Comments

No comments written yet.

Please login to write comment.