Color Hex Logo

#bce646 Color Hex

#BCE646
(188,230,70)
0 Favorites   0 Comments

Color spaces of #bce646

RGB 18823070
HSL0.210.760.59
HSV76°70°90°
CMYK 0.180.000.70   0.10
XYZ50.141367.727216.2243
Yxy67.72720.37390.5051
Hunter Lab82.2965-35.263245.9189
CIE-Lab85.8699-35.087169.6069

#bce646 color RGB value is (188,230,70).

#bce646 hex color red value is 188, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #bce646 hue: 0.21 , saturation: 0.76 and the lightness value of bce646 is 0.59.

The process color (four color CMYK) of #bce646 color hex is 0.18, 0.00, 0.70, 0.10. Web safe color of #bce646 is #ccff33. Color #bce646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100110 01000110
Octal 274 346 106
Decimal 188 230 70
Hex BC E6 46

RGB Percentages of Color #bce646

%38.52
%47.13
%14.34

CMYK Percentages of Color #bce646

%18
%0
%70
%10

Triadic Colors of #bce646

#bce646 #46bce6 #e646bc

Analogous Colors of #bce646

#bce646 #6ce646 #e6c046

Monochromatic Colors of #bce646

#bce646

Complementary Color

#bce646 #7046e6

#bce646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce646 Color CSS Codes

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

#bce646 Text Font Color

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

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


#bce646 Background Color

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

This div background color is #bce646


#bce646 Border Color

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

This div border color is #bce646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce646


Comments

No comments written yet.

Please login to write comment.