Color Hex Logo

#b7cc0e Color Hex

#B7CC0E
(183,204,14)
0 Favorites   0 Comments

Color spaces of #b7cc0e

RGB 18320414
HSL0.190.870.43
HSV67°93°80°
CMYK 0.100.000.93   0.20
XYZ41.200653.28478.5289
Yxy53.28470.40000.5173
Hunter Lab72.9964-26.994744.1700
CIE-Lab78.0428-26.950576.5689

#b7cc0e color RGB value is (183,204,14).

#b7cc0e hex color red value is 183, green value is 204 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b7cc0e hue: 0.19 , saturation: 0.87 and the lightness value of b7cc0e is 0.43.

The process color (four color CMYK) of #b7cc0e color hex is 0.10, 0.00, 0.93, 0.20. Web safe color of #b7cc0e is #cccc00. Color #b7cc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001100 00001110
Octal 267 314 16
Decimal 183 204 14
Hex B7 CC E

RGB Percentages of Color #b7cc0e

%45.64
%50.87
%3.49

CMYK Percentages of Color #b7cc0e

%10
%0
%93
%20

Triadic Colors of #b7cc0e

#b7cc0e #0eb7cc #cc0eb7

Analogous Colors of #b7cc0e

#b7cc0e #58cc0e #cc820e

Monochromatic Colors of #b7cc0e

#b7cc0e

Complementary Color

#b7cc0e #230ecc

#b7cc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cc0e Color CSS Codes

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

#b7cc0e Text Font Color

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

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


#b7cc0e Background Color

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

This div background color is #b7cc0e


#b7cc0e Border Color

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

This div border color is #b7cc0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,204,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7cc0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7cc0e;
  -webkit-box-shadow: 1px 1px 3px 2px #b7cc0e;
  box-shadow:         1px 1px 3px 2px #b7cc0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,204,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cc0e


Comments

No comments written yet.

Please login to write comment.