Color Hex Logo

#b9ce50 Color Hex

#B9CE50
(185,206,80)
0 Favorites   0 Comments

Color spaces of #b9ce50

RGB 18520680
HSL0.190.560.56
HSV70°61°81°
CMYK 0.100.000.61   0.19
XYZ43.526955.036115.9183
Yxy55.03610.38020.4807
Hunter Lab74.1863-25.095839.2085
CIE-Lab79.0621-24.352058.5402

#b9ce50 color RGB value is (185,206,80).

#b9ce50 hex color red value is 185, green value is 206 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b9ce50 hue: 0.19 , saturation: 0.56 and the lightness value of b9ce50 is 0.56.

The process color (four color CMYK) of #b9ce50 color hex is 0.10, 0.00, 0.61, 0.19. Web safe color of #b9ce50 is #cccc66. Color #b9ce50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 01010000
Octal 271 316 120
Decimal 185 206 80
Hex B9 CE 50

RGB Percentages of Color #b9ce50

%39.28
%43.74
%16.99

CMYK Percentages of Color #b9ce50

%10
%0
%61
%19

Triadic Colors of #b9ce50

#b9ce50 #50b9ce #ce50b9

Analogous Colors of #b9ce50

#b9ce50 #7ace50 #cea450

Monochromatic Colors of #b9ce50

#b9ce50

Complementary Color

#b9ce50 #6550ce

#b9ce50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ce50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ce50 Color CSS Codes

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

#b9ce50 Text Font Color

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

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


#b9ce50 Background Color

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

This div background color is #b9ce50


#b9ce50 Border Color

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

This div border color is #b9ce50


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,206,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9ce50; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9ce50;
  -webkit-box-shadow: 1px 1px 3px 2px #b9ce50;
  box-shadow:         1px 1px 3px 2px #b9ce50; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,206,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ce50


Comments

No comments written yet.

Please login to write comment.