Color Hex Logo

#bce164 Color Hex

#BCE164
(188,225,100)
0 Favorites   0 Comments

Color spaces of #bce164

RGB 188225100
HSL0.220.680.64
HSV78°56°88°
CMYK 0.160.000.56   0.12
XYZ49.964565.461922.0586
Yxy65.46190.36340.4761
Hunter Lab80.9085-31.358540.4714
CIE-Lab84.7212-30.611356.1938

#bce164 color RGB value is (188,225,100).

#bce164 hex color red value is 188, green value is 225 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bce164 hue: 0.22 , saturation: 0.68 and the lightness value of bce164 is 0.64.

The process color (four color CMYK) of #bce164 color hex is 0.16, 0.00, 0.56, 0.12. Web safe color of #bce164 is #cccc66. Color #bce164 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 01100100
Octal 274 341 144
Decimal 188 225 100
Hex BC E1 64

RGB Percentages of Color #bce164

%36.65
%43.86
%19.49

CMYK Percentages of Color #bce164

%16
%0
%56
%12

Triadic Colors of #bce164

#bce164 #64bce1 #e164bc

Analogous Colors of #bce164

#bce164 #7ee164 #e1c864

Monochromatic Colors of #bce164

#bce164

Complementary Color

#bce164 #8964e1

#bce164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce164 Color CSS Codes

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

#bce164 Text Font Color

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

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


#bce164 Background Color

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

This div background color is #bce164


#bce164 Border Color

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

This div border color is #bce164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,225,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bce164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bce164;
  -webkit-box-shadow: 1px 1px 3px 2px #bce164;
  box-shadow:         1px 1px 3px 2px #bce164; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,225,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce164


Comments

No comments written yet.

Please login to write comment.