Color Hex Logo

#bce064 Color Hex

#BCE064
(188,224,100)
0 Favorites   0 Comments

Color spaces of #bce064

RGB 188224100
HSL0.220.670.64
HSV77°55°88°
CMYK 0.160.000.55   0.12
XYZ49.694964.922821.9687
Yxy64.92280.36380.4753
Hunter Lab80.5747-30.914840.2369
CIE-Lab84.4439-30.143455.8756

#bce064 color RGB value is (188,224,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100000 01100100
Octal 274 340 144
Decimal 188 224 100
Hex BC E0 64

RGB Percentages of Color #bce064

%36.72
%43.75
%19.53

CMYK Percentages of Color #bce064

%16
%0
%55
%12

Triadic Colors of #bce064

#bce064 #64bce0 #e064bc

Analogous Colors of #bce064

#bce064 #7ee064 #e0c664

Monochromatic Colors of #bce064

#bce064

Complementary Color

#bce064 #8864e0

#bce064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce064 Color CSS Codes

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

#bce064 Text Font Color

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

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


#bce064 Background Color

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

This div background color is #bce064


#bce064 Border Color

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

This div border color is #bce064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,224,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 #bce064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce064


Comments

No comments written yet.

Please login to write comment.