Color Hex Logo

#b4ce68 Color Hex

#B4CE68
(180,206,104)
0 Favorites   0 Comments

Color spaces of #b4ce68

RGB 180206104
HSL0.210.510.61
HSV75°50°81°
CMYK 0.130.000.50   0.19
XYZ43.392454.845421.3959
Yxy54.84540.36270.4584
Hunter Lab74.0577-25.013034.7110
CIE-Lab78.9521-24.275547.4354

#b4ce68 color RGB value is (180,206,104).

#b4ce68 hex color red value is 180, green value is 206 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b4ce68 hue: 0.21 , saturation: 0.51 and the lightness value of b4ce68 is 0.61.

The process color (four color CMYK) of #b4ce68 color hex is 0.13, 0.00, 0.50, 0.19. Web safe color of #b4ce68 is #cccc66. Color #b4ce68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001110 01101000
Octal 264 316 150
Decimal 180 206 104
Hex B4 CE 68

RGB Percentages of Color #b4ce68

%36.73
%42.04
%21.22

CMYK Percentages of Color #b4ce68

%13
%0
%50
%19

Triadic Colors of #b4ce68

#b4ce68 #68b4ce #ce68b4

Analogous Colors of #b4ce68

#b4ce68 #81ce68 #ceb568

Monochromatic Colors of #b4ce68

#b4ce68

Complementary Color

#b4ce68 #8268ce

#b4ce68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ce68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ce68 Color CSS Codes

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

#b4ce68 Text Font Color

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

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


#b4ce68 Background Color

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

This div background color is #b4ce68


#b4ce68 Border Color

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

This div border color is #b4ce68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ce68


Comments

No comments written yet.

Please login to write comment.